Html Css Color HEX #EED11A Broom

📋 copy color: '#EED11A'

red 238 ◦ green 209 ◦ blue 26

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

Shades of Broom #EED11A

Tints of Broom #EED11A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.19%

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

R = 50.32%
G = 44.19%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EED11A (or 0xEED11A) is known color: Broom. HEX triplet: EE, D1 and 1A. RGB value is (238,209,26). Sum of RGB (Red+Green+Blue) = 238+209+26=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 26 (10.55% from 255 or 5.50% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EED11A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED11A is #112EE5. Grayscale: #C5C5C5. Windows color (decimal): -1126118 or 1757678. OLE color: 1757678.

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

Color convert

RGB 238 209 26 -
CMYK 0 0.12 0.89 0.07
HSL 51.79º 0.86% 0.52% -
HSV(B) 51.79º 0.89% 0.93% -
XYZ 58.25 63.85 10.23 -
YUV 196.81 31.61 157.38 -
System Red Green Blue C M Y K H S L
Decimal 238 209 26 0 0.12 0.89 0.07 51.79 0.86 0.52
Hex EE D1 1A 0 C 59 7 34 56 34
Octal 356 321 32 0 14 131 7 64 126 64
Binary 11101110 11010001 11010 0 1100 1011001 111 110100 1010110 110100

Color Harmonies of #EED11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED11A

Black with #EED11A

Text Example


Text Example

White with #EED11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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