Html Css Color HEX #EEDB1A Broom

📋 copy color: '#EEDB1A'

red 238 ◦ green 219 ◦ blue 26

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

Shades of Broom #EEDB1A

Tints of Broom #EEDB1A

RGB

 RED value IS 238 (93.36% from 255) = 49.28%

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

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

R = 49.28%
G = 45.34%
B = 5.38%

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

#EEDB1A (or 0xEEDB1A) is known color: Broom. HEX triplet: EE, DB and 1A. RGB value is (238,219,26). Sum of RGB (Red+Green+Blue) = 238+219+26=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 26 (10.55% from 255 or 5.38% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB1A is #1124E5. Grayscale: #CBCBCB. Windows color (decimal): -1123558 or 1760238. OLE color: 1760238.

HSL color Cylindrical-coordinate representation of color #EEDB1A: hue angle of 54.62º degrees, saturation: 0.86, 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 #EEDB1A is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 219 26 -
CMYK 0 0.08 0.89 0.07
HSL 54.62º 0.86% 0.52% -
HSV(B) 54.62º 0.89% 0.93% -
XYZ 60.78 68.91 11.08 -
YUV 202.68 28.29 153.19 -
System Red Green Blue C M Y K H S L
Decimal 238 219 26 0 0.08 0.89 0.07 54.62 0.86 0.52
Hex EE DB 1A 0 8 59 7 37 56 34
Octal 356 333 32 0 10 131 7 67 126 64
Binary 11101110 11011011 11010 0 1000 1011001 111 110111 1010110 110100

Color Harmonies of #EEDB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB1A

Black with #EEDB1A

Text Example


Text Example

White with #EEDB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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