Html Css Color HEX #EDE24E Manz

📋 copy color: '#EDE24E'

red 237 ◦ green 226 ◦ blue 78

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

Shades of Manz #EDE24E

Tints of Manz #EDE24E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.77%

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

R = 43.81%
G = 41.77%
B = 14.42%

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

#EDE24E (or 0xEDE24E) is known color: Manz. HEX triplet: ED, E2 and 4E. RGB value is (237,226,78). Sum of RGB (Red+Green+Blue) = 237+226+78=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 78 (30.86% from 255 or 14.42% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE24E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE24E is #121DB1. Grayscale: #D5D5D5. Windows color (decimal): -1187250 or 5169901. OLE color: 5169901.

HSL color Cylindrical-coordinate representation of color #EDE24E: hue angle of 55.85º 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 #EDE24E is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 226 78 -
CMYK 0 0.05 0.67 0.07
HSL 55.85º 0.82% 0.62% -
HSV(B) 55.85º 0.67% 0.93% -
XYZ 63.5 72.95 17.94 -
YUV 212.42 52.14 145.53 -
System Red Green Blue C M Y K H S L
Decimal 237 226 78 0 0.05 0.67 0.07 55.85 0.82 0.62
Hex ED E2 4E 0 5 43 7 38 52 3E
Octal 355 342 116 0 5 103 7 70 122 76
Binary 11101101 11100010 1001110 0 101 1000011 111 111000 1010010 111110

Color Harmonies of #EDE24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE24E

Black with #EDE24E

Text Example


Text Example

White with #EDE24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE24E; }

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

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

background-color css

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

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

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

border-color css

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

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

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