Html Css Color HEX #EED61E Broom

📋 copy color: '#EED61E'

red 238 ◦ green 214 ◦ blue 30

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

Shades of Broom #EED61E

Tints of Broom #EED61E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.4%

 BLUE value IS 30 (12.11% from 255) = 6.22%

R = 49.38%
G = 44.4%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EED61E (or 0xEED61E) is known color: Broom. HEX triplet: EE, D6 and 1E. RGB value is (238,214,30). Sum of RGB (Red+Green+Blue) = 238+214+30=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 30 (12.11% from 255 or 6.22% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EED61E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED61E is #1129E1. Grayscale: #C8C8C8. Windows color (decimal): -1124834 or 2021102. OLE color: 2021102.

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

Color convert

RGB 238 214 30 -
CMYK 0 0.10 0.87 0.07
HSL 53.08º 0.86% 0.53% -
HSV(B) 53.08º 0.87% 0.93% -
XYZ 59.54 66.36 10.9 -
YUV 200.2 31.95 154.96 -
System Red Green Blue C M Y K H S L
Decimal 238 214 30 0 0.10 0.87 0.07 53.08 0.86 0.53
Hex EE D6 1E 0 A 57 7 35 56 35
Octal 356 326 36 0 12 127 7 65 126 65
Binary 11101110 11010110 11110 0 1010 1010111 111 110101 1010110 110101

Color Harmonies of #EED61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED61E

Black with #EED61E

Text Example


Text Example

White with #EED61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED61E; }

 p { color: rgb(238,214,30); }

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

background-color css

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

 a { background-color: rgb(238,214,30); }

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

border-color css

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

 span { border-color: rgb(238,214,30); }

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