Html Css Color HEX #EDDF4C Manz

📋 copy color: '#EDDF4C'

red 237 ◦ green 223 ◦ blue 76

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

Shades of Manz #EDDF4C

Tints of Manz #EDDF4C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.6%

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

R = 44.22%
G = 41.6%
B = 14.18%

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

#EDDF4C (or 0xEDDF4C) is known color: Manz. HEX triplet: ED, DF and 4C. RGB value is (237,223,76). Sum of RGB (Red+Green+Blue) = 237+223+76=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 76 (30.08% from 255 or 14.18% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF4C is #1220B3. Grayscale: #D3D3D3. Windows color (decimal): -1188020 or 5038061. OLE color: 5038061.

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

Color convert

RGB 237 223 76 -
CMYK 0 0.06 0.68 0.07
HSL 54.78º 0.82% 0.61% -
HSV(B) 54.78º 0.68% 0.93% -
XYZ 62.62 71.3 17.3 -
YUV 210.43 52.14 146.95 -
System Red Green Blue C M Y K H S L
Decimal 237 223 76 0 0.06 0.68 0.07 54.78 0.82 0.61
Hex ED DF 4C 0 6 44 7 37 52 3D
Octal 355 337 114 0 6 104 7 67 122 75
Binary 11101101 11011111 1001100 0 110 1000100 111 110111 1010010 111101

Color Harmonies of #EDDF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF4C

Black with #EDDF4C

Text Example


Text Example

White with #EDDF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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