Html Css Color HEX #EDE04E Manz

📋 copy color: '#EDE04E'

red 237 ◦ green 224 ◦ blue 78

#EDE04E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #EDE04E

Tints of Manz #EDE04E

RGB

 RED value IS 237 (92.97% from 255) = 43.97%

 GREEN value IS 224 (87.89% from 255) = 41.56%

 BLUE value IS 78 (30.86% from 255) = 14.47%

R = 43.97%
G = 41.56%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDE04E (or 0xEDE04E) is known color: Manz. HEX triplet: ED, E0 and 4E. RGB value is (237,224,78). Sum of RGB (Red+Green+Blue) = 237+224+78=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 78 (30.86% from 255 or 14.47% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE04E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE04E is #121FB1. Grayscale: #D3D3D3. Windows color (decimal): -1187762 or 5169389. OLE color: 5169389.

HSL color Cylindrical-coordinate representation of color #EDE04E: hue angle of 55.09º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDE04E is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 224 78 -
CMYK 0 0.05 0.67 0.07
HSL 55.09º 0.82% 0.62% -
HSV(B) 55.09º 0.67% 0.93% -
XYZ 62.96 71.87 17.76 -
YUV 211.24 52.81 146.37 -
System Red Green Blue C M Y K H S L
Decimal 237 224 78 0 0.05 0.67 0.07 55.09 0.82 0.62
Hex ED E0 4E 0 5 43 7 37 52 3E
Octal 355 340 116 0 5 103 7 67 122 76
Binary 11101101 11100000 1001110 0 101 1000011 111 110111 1010010 111110

Color Harmonies of #EDE04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE04E

Black with #EDE04E

Text Example


Text Example

White with #EDE04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE04E; }

 p { color: rgb(237,224,78); }

 H1.HeaderClassName
 {
   color: #EDE04E;
 }
 .AnyTagClassName
 {
   color: #EDE04E;
 }
</style>

background-color css

<style>
 a { background-color: #EDE04E; }

 a { background-color: rgb(237,224,78); }

 div.DivClassName
 {
   background-color: #EDE04E;
 }
 .BgClassName
 {
   background-color: #EDE04E;
 }
</style>

border-color css

<style>
 span { border-color: #EDE04E; }

 span { border-color: rgb(237,224,78); }

 td.TdClassName
 {
   border-color: #EDE04E;
 }
 .TagClassName
 {
   border-color: #EDE04E;
 }
</style>