Html Css Color HEX #EEDB1E Broom

📋 copy color: '#EEDB1E'

red 238 ◦ green 219 ◦ blue 30

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

Shades of Broom #EEDB1E

Tints of Broom #EEDB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.16%

R = 48.87%
G = 44.97%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EEDB1E (or 0xEEDB1E) is known color: Broom. HEX triplet: EE, DB and 1E. RGB value is (238,219,30). Sum of RGB (Red+Green+Blue) = 238+219+30=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 30 (12.11% from 255 or 6.16% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB1E is #1124E1. Grayscale: #CBCBCB. Windows color (decimal): -1123554 or 2022382. OLE color: 2022382.

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

Color convert

RGB 238 219 30 -
CMYK 0 0.08 0.87 0.07
HSL 54.52º 0.86% 0.53% -
HSV(B) 54.52º 0.87% 0.93% -
XYZ 60.83 68.93 11.33 -
YUV 203.14 30.29 152.87 -
System Red Green Blue C M Y K H S L
Decimal 238 219 30 0 0.08 0.87 0.07 54.52 0.86 0.53
Hex EE DB 1E 0 8 57 7 37 56 35
Octal 356 333 36 0 10 127 7 67 126 65
Binary 11101110 11011011 11110 0 1000 1010111 111 110111 1010110 110101

Color Harmonies of #EEDB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB1E

Black with #EEDB1E

Text Example


Text Example

White with #EEDB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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