Html Css Color HEX #EDDB1C Broom

📋 copy color: '#EDDB1C'

red 237 ◦ green 219 ◦ blue 28

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

Shades of Broom #EDDB1C

Tints of Broom #EDDB1C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.25%

 BLUE value IS 28 (11.33% from 255) = 5.79%

R = 48.97%
G = 45.25%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDDB1C (or 0xEDDB1C) is known color: Broom. HEX triplet: ED, DB and 1C. RGB value is (237,219,28). Sum of RGB (Red+Green+Blue) = 237+219+28=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 28 (11.33% from 255 or 5.79% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB1C is #1224E3. Grayscale: #CBCBCB. Windows color (decimal): -1189092 or 1891309. OLE color: 1891309.

HSL color Cylindrical-coordinate representation of color #EDDB1C: hue angle of 54.83º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDDB1C is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 219 28 -
CMYK 0 0.08 0.88 0.07
HSL 54.83º 0.85% 0.52% -
HSV(B) 54.83º 0.88% 0.93% -
XYZ 60.47 68.75 11.18 -
YUV 202.61 29.46 152.53 -
System Red Green Blue C M Y K H S L
Decimal 237 219 28 0 0.08 0.88 0.07 54.83 0.85 0.52
Hex ED DB 1C 0 8 58 7 37 55 34
Octal 355 333 34 0 10 130 7 67 125 64
Binary 11101101 11011011 11100 0 1000 1011000 111 110111 1010101 110100

Color Harmonies of #EDDB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB1C

Black with #EDDB1C

Text Example


Text Example

White with #EDDB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB1C; }

 p { color: rgb(237,219,28); }

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

background-color css

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

 a { background-color: rgb(237,219,28); }

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

border-color css

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

 span { border-color: rgb(237,219,28); }

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