Html Css Color HEX #EED61C Broom

📋 copy color: '#EED61C'

red 238 ◦ green 214 ◦ blue 28

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

Shades of Broom #EED61C

Tints of Broom #EED61C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.83%

R = 49.58%
G = 44.58%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EED61C (or 0xEED61C) is known color: Broom. HEX triplet: EE, D6 and 1C. RGB value is (238,214,28). Sum of RGB (Red+Green+Blue) = 238+214+28=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 28 (11.33% from 255 or 5.83% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EED61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED61C is #1129E3. Grayscale: #C8C8C8. Windows color (decimal): -1124836 or 1890030. OLE color: 1890030.

HSL color Cylindrical-coordinate representation of color #EED61C: hue angle of 53.14º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EED61C is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 214 28 -
CMYK 0 0.10 0.88 0.07
HSL 53.14º 0.86% 0.52% -
HSV(B) 53.14º 0.88% 0.93% -
XYZ 59.52 66.35 10.77 -
YUV 199.97 30.95 155.12 -
System Red Green Blue C M Y K H S L
Decimal 238 214 28 0 0.10 0.88 0.07 53.14 0.86 0.52
Hex EE D6 1C 0 A 58 7 35 56 34
Octal 356 326 34 0 12 130 7 65 126 64
Binary 11101110 11010110 11100 0 1010 1011000 111 110101 1010110 110100

Color Harmonies of #EED61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED61C

Black with #EED61C

Text Example


Text Example

White with #EED61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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