Html Css Color HEX #EDDD4B Manz

📋 copy color: '#EDDD4B'

red 237 ◦ green 221 ◦ blue 75

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

Shades of Manz #EDDD4B

Tints of Manz #EDDD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.07%

R = 44.47%
G = 41.46%
B = 14.07%

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

#EDDD4B (or 0xEDDD4B) is known color: Manz. HEX triplet: ED, DD and 4B. RGB value is (237,221,75). Sum of RGB (Red+Green+Blue) = 237+221+75=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 75 (29.69% from 255 or 14.07% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD4B is #1222B4. Grayscale: #D1D1D1. Windows color (decimal): -1188533 or 4972013. OLE color: 4972013.

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

Color convert

RGB 237 221 75 -
CMYK 0 0.07 0.68 0.07
HSL 54.07º 0.82% 0.61% -
HSV(B) 54.07º 0.68% 0.93% -
XYZ 62.05 70.23 16.94 -
YUV 209.14 52.3 147.87 -
System Red Green Blue C M Y K H S L
Decimal 237 221 75 0 0.07 0.68 0.07 54.07 0.82 0.61
Hex ED DD 4B 0 7 44 7 36 52 3D
Octal 355 335 113 0 7 104 7 66 122 75
Binary 11101101 11011101 1001011 0 111 1000100 111 110110 1010010 111101

Color Harmonies of #EDDD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD4B

Black with #EDDD4B

Text Example


Text Example

White with #EDDD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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