Html Css Color HEX #EDDE4C Manz

📋 copy color: '#EDDE4C'

red 237 ◦ green 222 ◦ blue 76

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

Shades of Manz #EDDE4C

Tints of Manz #EDDE4C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.5%

 BLUE value IS 76 (30.08% from 255) = 14.21%

R = 44.3%
G = 41.5%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDDE4C (or 0xEDDE4C) is known color: Manz. HEX triplet: ED, DE and 4C. RGB value is (237,222,76). Sum of RGB (Red+Green+Blue) = 237+222+76=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 76 (30.08% from 255 or 14.21% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDE4C is #1221B3. Grayscale: #D2D2D2. Windows color (decimal): -1188276 or 5037805. OLE color: 5037805.

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

Color convert

RGB 237 222 76 -
CMYK 0 0.06 0.68 0.07
HSL 54.41º 0.82% 0.61% -
HSV(B) 54.41º 0.68% 0.93% -
XYZ 62.35 70.77 17.21 -
YUV 209.84 52.47 147.37 -
System Red Green Blue C M Y K H S L
Decimal 237 222 76 0 0.06 0.68 0.07 54.41 0.82 0.61
Hex ED DE 4C 0 6 44 7 36 52 3D
Octal 355 336 114 0 6 104 7 66 122 75
Binary 11101101 11011110 1001100 0 110 1000100 111 110110 1010010 111101

Color Harmonies of #EDDE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDE4C

Black with #EDDE4C

Text Example


Text Example

White with #EDDE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDE4C; }

 p { color: rgb(237,222,76); }

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

background-color css

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

 a { background-color: rgb(237,222,76); }

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

border-color css

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

 span { border-color: rgb(237,222,76); }

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