Html Css Color HEX #EDDD4D Manz

📋 copy color: '#EDDD4D'

red 237 ◦ green 221 ◦ blue 77

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

Shades of Manz #EDDD4D

Tints of Manz #EDDD4D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.31%

 BLUE value IS 77 (30.47% from 255) = 14.39%

R = 44.3%
G = 41.31%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDDD4D (or 0xEDDD4D) is known color: Manz. HEX triplet: ED, DD and 4D. RGB value is (237,221,77). Sum of RGB (Red+Green+Blue) = 237+221+77=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 77 (30.47% from 255 or 14.39% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD4D is #1222B2. Grayscale: #D1D1D1. Windows color (decimal): -1188531 or 5103085. OLE color: 5103085.

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

Color convert

RGB 237 221 77 -
CMYK 0 0.07 0.68 0.07
HSL 54º 0.82% 0.62% -
HSV(B) 54º 0.68% 0.93% -
XYZ 62.12 70.25 17.31 -
YUV 209.37 53.3 147.71 -
System Red Green Blue C M Y K H S L
Decimal 237 221 77 0 0.07 0.68 0.07 54 0.82 0.62
Hex ED DD 4D 0 7 44 7 36 52 3E
Octal 355 335 115 0 7 104 7 66 122 76
Binary 11101101 11011101 1001101 0 111 1000100 111 110110 1010010 111110

Color Harmonies of #EDDD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD4D

Black with #EDDD4D

Text Example


Text Example

White with #EDDD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD4D; }

 p { color: rgb(237,221,77); }

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

background-color css

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

 a { background-color: rgb(237,221,77); }

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

border-color css

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

 span { border-color: rgb(237,221,77); }

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