Html Css Color HEX #EDDF5E Manz

📋 copy color: '#EDDF5E'

red 237 ◦ green 223 ◦ blue 94

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

Shades of Manz #EDDF5E

Tints of Manz #EDDF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.97%

R = 42.78%
G = 40.25%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDDF5E (or 0xEDDF5E) is known color: Manz. HEX triplet: ED, DF and 5E. RGB value is (237,223,94). Sum of RGB (Red+Green+Blue) = 237+223+94=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF5E is #1220A1. Grayscale: #D5D5D5. Windows color (decimal): -1188002 or 6217709. OLE color: 6217709.

HSL color Cylindrical-coordinate representation of color #EDDF5E: hue angle of 54.13º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDDF5E is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 223 94 -
CMYK 0 0.06 0.60 0.07
HSL 54.13º 0.8% 0.65% -
HSV(B) 54.13º 0.6% 0.93% -
XYZ 63.33 71.59 21.07 -
YUV 212.48 61.14 145.49 -
System Red Green Blue C M Y K H S L
Decimal 237 223 94 0 0.06 0.60 0.07 54.13 0.8 0.65
Hex ED DF 5E 0 6 3C 7 36 50 41
Octal 355 337 136 0 6 74 7 66 120 101
Binary 11101101 11011111 1011110 0 110 111100 111 110110 1010000 1000001

Color Harmonies of #EDDF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF5E

Black with #EDDF5E

Text Example


Text Example

White with #EDDF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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