Html Css Color HEX #EEDC1A Broom

📋 copy color: '#EEDC1A'

red 238 ◦ green 220 ◦ blue 26

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

Shades of Broom #EEDC1A

Tints of Broom #EEDC1A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.45%

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

R = 49.17%
G = 45.45%
B = 5.37%

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

#EEDC1A (or 0xEEDC1A) is known color: Broom. HEX triplet: EE, DC and 1A. RGB value is (238,220,26). Sum of RGB (Red+Green+Blue) = 238+220+26=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 26 (10.55% from 255 or 5.37% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDC1A is #1123E5. Grayscale: #CCCCCC. Windows color (decimal): -1123302 or 1760494. OLE color: 1760494.

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

Color convert

RGB 238 220 26 -
CMYK 0 0.08 0.89 0.07
HSL 54.91º 0.86% 0.52% -
HSV(B) 54.91º 0.89% 0.93% -
XYZ 61.04 69.44 11.16 -
YUV 203.27 27.96 152.77 -
System Red Green Blue C M Y K H S L
Decimal 238 220 26 0 0.08 0.89 0.07 54.91 0.86 0.52
Hex EE DC 1A 0 8 59 7 37 56 34
Octal 356 334 32 0 10 131 7 67 126 64
Binary 11101110 11011100 11010 0 1000 1011001 111 110111 1010110 110100

Color Harmonies of #EEDC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC1A

Black with #EEDC1A

Text Example


Text Example

White with #EEDC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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