Html Css Color HEX #EED41F Broom

📋 copy color: '#EED41F'

red 238 ◦ green 212 ◦ blue 31

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

Shades of Broom #EED41F

Tints of Broom #EED41F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.07%

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

R = 49.48%
G = 44.07%
B = 6.44%

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

#EED41F (or 0xEED41F) is known color: Broom. HEX triplet: EE, D4 and 1F. RGB value is (238,212,31). Sum of RGB (Red+Green+Blue) = 238+212+31=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 31 (12.5% from 255 or 6.44% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EED41F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED41F is #112BE0. Grayscale: #C7C7C7. Windows color (decimal): -1125345 or 2086126. OLE color: 2086126.

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

Color convert

RGB 238 212 31 -
CMYK 0 0.11 0.87 0.07
HSL 52.46º 0.86% 0.53% -
HSV(B) 52.46º 0.87% 0.93% -
XYZ 59.05 65.36 10.8 -
YUV 199.14 33.11 155.72 -
System Red Green Blue C M Y K H S L
Decimal 238 212 31 0 0.11 0.87 0.07 52.46 0.86 0.53
Hex EE D4 1F 0 B 57 7 34 56 35
Octal 356 324 37 0 13 127 7 64 126 65
Binary 11101110 11010100 11111 0 1011 1010111 111 110100 1010110 110101

Color Harmonies of #EED41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED41F

Black with #EED41F

Text Example


Text Example

White with #EED41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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