Html Css Color HEX #EDDF5B Manz

📋 copy color: '#EDDF5B'

red 237 ◦ green 223 ◦ blue 91

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

Shades of Manz #EDDF5B

Tints of Manz #EDDF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.52%

R = 43.01%
G = 40.47%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDDF5B (or 0xEDDF5B) is known color: Manz. HEX triplet: ED, DF and 5B. RGB value is (237,223,91). Sum of RGB (Red+Green+Blue) = 237+223+91=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 91 (35.94% from 255 or 16.52% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF5B is #1220A4. Grayscale: #D4D4D4. Windows color (decimal): -1188005 or 6021101. OLE color: 6021101.

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

Color convert

RGB 237 223 91 -
CMYK 0 0.06 0.62 0.07
HSL 54.25º 0.8% 0.64% -
HSV(B) 54.25º 0.62% 0.93% -
XYZ 63.2 71.54 20.37 -
YUV 212.14 59.64 145.73 -
System Red Green Blue C M Y K H S L
Decimal 237 223 91 0 0.06 0.62 0.07 54.25 0.8 0.64
Hex ED DF 5B 0 6 3E 7 36 50 40
Octal 355 337 133 0 6 76 7 66 120 100
Binary 11101101 11011111 1011011 0 110 111110 111 110110 1010000 1000000

Color Harmonies of #EDDF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF5B

Black with #EDDF5B

Text Example


Text Example

White with #EDDF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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