Html Css Color HEX #EED714 Broom

📋 copy color: '#EED714'

red 238 ◦ green 215 ◦ blue 20

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

Shades of Broom #EED714

Tints of Broom #EED714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.45%

 BLUE value IS 20 (8.2% from 255) = 4.23%

R = 50.32%
G = 45.45%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EED714 (or 0xEED714) is known color: Broom. HEX triplet: EE, D7 and 14. RGB value is (238,215,20). Sum of RGB (Red+Green+Blue) = 238+215+20=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EED714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED714 is #1128EB. Grayscale: #C8C8C8. Windows color (decimal): -1124588 or 1365998. OLE color: 1365998.

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

Color convert

RGB 238 215 20 -
CMYK 0 0.10 0.92 0.07
HSL 53.67º 0.87% 0.51% -
HSV(B) 53.67º 0.92% 0.93% -
XYZ 59.69 66.83 10.42 -
YUV 199.65 26.62 155.36 -
System Red Green Blue C M Y K H S L
Decimal 238 215 20 0 0.10 0.92 0.07 53.67 0.87 0.51
Hex EE D7 14 0 A 5C 7 36 57 33
Octal 356 327 24 0 12 134 7 66 127 63
Binary 11101110 11010111 10100 0 1010 1011100 111 110110 1010111 110011

Color Harmonies of #EED714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED714

Black with #EED714

Text Example


Text Example

White with #EED714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED714; }

 p { color: rgb(238,215,20); }

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

background-color css

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

 a { background-color: rgb(238,215,20); }

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

border-color css

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

 span { border-color: rgb(238,215,20); }

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