Html Css Color HEX #EED81F Broom

📋 copy color: '#EED81F'

red 238 ◦ green 216 ◦ blue 31

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

Shades of Broom #EED81F

Tints of Broom #EED81F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.54%

 BLUE value IS 31 (12.5% from 255) = 6.39%

R = 49.07%
G = 44.54%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EED81F (or 0xEED81F) is known color: Broom. HEX triplet: EE, D8 and 1F. RGB value is (238,216,31). Sum of RGB (Red+Green+Blue) = 238+216+31=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 31 (12.5% from 255 or 6.39% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EED81F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED81F is #1127E0. Grayscale: #CACACA. Windows color (decimal): -1124321 or 2087150. OLE color: 2087150.

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

Color convert

RGB 238 216 31 -
CMYK 0 0.09 0.87 0.07
HSL 53.62º 0.86% 0.53% -
HSV(B) 53.62º 0.87% 0.93% -
XYZ 60.06 67.39 11.14 -
YUV 201.49 31.79 154.04 -
System Red Green Blue C M Y K H S L
Decimal 238 216 31 0 0.09 0.87 0.07 53.62 0.86 0.53
Hex EE D8 1F 0 9 57 7 36 56 35
Octal 356 330 37 0 11 127 7 66 126 65
Binary 11101110 11011000 11111 0 1001 1010111 111 110110 1010110 110101

Color Harmonies of #EED81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED81F

Black with #EED81F

Text Example


Text Example

White with #EED81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED81F; }

 p { color: rgb(238,216,31); }

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

background-color css

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

 a { background-color: rgb(238,216,31); }

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

border-color css

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

 span { border-color: rgb(238,216,31); }

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