Html Css Color HEX #EED51F Broom

📋 copy color: '#EED51F'

red 238 ◦ green 213 ◦ blue 31

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

Shades of Broom #EED51F

Tints of Broom #EED51F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.19%

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

R = 49.38%
G = 44.19%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EED51F (or 0xEED51F) is known color: Broom. HEX triplet: EE, D5 and 1F. RGB value is (238,213,31). Sum of RGB (Red+Green+Blue) = 238+213+31=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 31 (12.5% from 255 or 6.43% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EED51F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED51F is #112AE0. Grayscale: #C8C8C8. Windows color (decimal): -1125089 or 2086382. OLE color: 2086382.

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

Color convert

RGB 238 213 31 -
CMYK 0 0.11 0.87 0.07
HSL 52.75º 0.86% 0.53% -
HSV(B) 52.75º 0.87% 0.93% -
XYZ 59.3 65.86 10.88 -
YUV 199.73 32.78 155.3 -
System Red Green Blue C M Y K H S L
Decimal 238 213 31 0 0.11 0.87 0.07 52.75 0.86 0.53
Hex EE D5 1F 0 B 57 7 35 56 35
Octal 356 325 37 0 13 127 7 65 126 65
Binary 11101110 11010101 11111 0 1011 1010111 111 110101 1010110 110101

Color Harmonies of #EED51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED51F

Black with #EED51F

Text Example


Text Example

White with #EED51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED51F; }

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

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

background-color css

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

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

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

border-color css

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

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

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