Html Css Color HEX #EEDB1D Broom

📋 copy color: '#EEDB1D'

red 238 ◦ green 219 ◦ blue 29

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

Shades of Broom #EEDB1D

Tints of Broom #EEDB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.97%

R = 48.97%
G = 45.06%
B = 5.97%

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

#EEDB1D (or 0xEEDB1D) is known color: Broom. HEX triplet: EE, DB and 1D. RGB value is (238,219,29). Sum of RGB (Red+Green+Blue) = 238+219+29=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 29 (11.72% from 255 or 5.97% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB1D is #1124E2. Grayscale: #CBCBCB. Windows color (decimal): -1123555 or 1956846. OLE color: 1956846.

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

Color convert

RGB 238 219 29 -
CMYK 0 0.08 0.88 0.07
HSL 54.55º 0.86% 0.52% -
HSV(B) 54.55º 0.88% 0.93% -
XYZ 60.81 68.93 11.26 -
YUV 203.02 29.79 152.95 -
System Red Green Blue C M Y K H S L
Decimal 238 219 29 0 0.08 0.88 0.07 54.55 0.86 0.52
Hex EE DB 1D 0 8 58 7 37 56 34
Octal 356 333 35 0 10 130 7 67 126 64
Binary 11101110 11011011 11101 0 1000 1011000 111 110111 1010110 110100

Color Harmonies of #EEDB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB1D

Black with #EEDB1D

Text Example


Text Example

White with #EEDB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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