Html Css Color HEX #EDDB1A Broom

📋 copy color: '#EDDB1A'

red 237 ◦ green 219 ◦ blue 26

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

Shades of Broom #EDDB1A

Tints of Broom #EDDB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.39%

R = 49.17%
G = 45.44%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDDB1A (or 0xEDDB1A) is known color: Broom. HEX triplet: ED, DB and 1A. RGB value is (237,219,26). Sum of RGB (Red+Green+Blue) = 237+219+26=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 26 (10.55% from 255 or 5.39% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB1A is #1224E5. Grayscale: #CBCBCB. Windows color (decimal): -1189094 or 1760237. OLE color: 1760237.

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

Color convert

RGB 237 219 26 -
CMYK 0 0.08 0.89 0.07
HSL 54.88º 0.85% 0.52% -
HSV(B) 54.88º 0.89% 0.93% -
XYZ 60.44 68.74 11.06 -
YUV 202.38 28.46 152.69 -
System Red Green Blue C M Y K H S L
Decimal 237 219 26 0 0.08 0.89 0.07 54.88 0.85 0.52
Hex ED DB 1A 0 8 59 7 37 55 34
Octal 355 333 32 0 10 131 7 67 125 64
Binary 11101101 11011011 11010 0 1000 1011001 111 110111 1010101 110100

Color Harmonies of #EDDB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB1A

Black with #EDDB1A

Text Example


Text Example

White with #EDDB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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