Html Css Color HEX #EED618 Broom

📋 copy color: '#EED618'

red 238 ◦ green 214 ◦ blue 24

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

Shades of Broom #EED618

Tints of Broom #EED618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.04%

R = 50%
G = 44.96%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EED618 (or 0xEED618) is known color: Broom. HEX triplet: EE, D6 and 18. RGB value is (238,214,24). Sum of RGB (Red+Green+Blue) = 238+214+24=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 24 (9.77% from 255 or 5.04% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EED618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED618 is #1129E7. Grayscale: #C8C8C8. Windows color (decimal): -1124840 or 1627886. OLE color: 1627886.

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

Color convert

RGB 238 214 24 -
CMYK 0 0.10 0.90 0.07
HSL 53.27º 0.86% 0.51% -
HSV(B) 53.27º 0.9% 0.93% -
XYZ 59.47 66.34 10.53 -
YUV 199.52 28.95 155.45 -
System Red Green Blue C M Y K H S L
Decimal 238 214 24 0 0.10 0.90 0.07 53.27 0.86 0.51
Hex EE D6 18 0 A 5A 7 35 56 33
Octal 356 326 30 0 12 132 7 65 126 63
Binary 11101110 11010110 11000 0 1010 1011010 111 110101 1010110 110011

Color Harmonies of #EED618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED618

Black with #EED618

Text Example


Text Example

White with #EED618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED618; }

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

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

background-color css

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

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

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

border-color css

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

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

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