Html Css Color HEX #E8CD14 Broom

📋 copy color: '#E8CD14'

red 232 ◦ green 205 ◦ blue 20

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

Shades of Broom #E8CD14

Tints of Broom #E8CD14

RGB

 RED value IS 232 (91.02% from 255) = 50.77%

 GREEN value IS 205 (80.47% from 255) = 44.86%

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

R = 50.77%
G = 44.86%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E8CD14 (or 0xE8CD14) is known color: Broom. HEX triplet: E8, CD and 14. RGB value is (232,205,20). Sum of RGB (Red+Green+Blue) = 232+205+20=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8CD14 is #1732EB. Grayscale: #C0C0C0. Windows color (decimal): -1520364 or 1363432. OLE color: 1363432.

HSL color Cylindrical-coordinate representation of color #E8CD14: hue angle of 52.36º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8CD14 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 205 20 -
CMYK 0 0.12 0.91 0.09
HSL 52.36º 0.84% 0.49% -
HSV(B) 52.36º 0.91% 0.91% -
XYZ 55.24 60.87 9.5 -
YUV 191.98 30.95 156.54 -
System Red Green Blue C M Y K H S L
Decimal 232 205 20 0 0.12 0.91 0.09 52.36 0.84 0.49
Hex E8 CD 14 0 C 5B 9 34 54 31
Octal 350 315 24 0 14 133 11 64 124 61
Binary 11101000 11001101 10100 0 1100 1011011 1001 110100 1010100 110001

Color Harmonies of #E8CD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CD14

Black with #E8CD14

Text Example


Text Example

White with #E8CD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CD14; }

 p { color: rgb(232,205,20); }

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

background-color css

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

 a { background-color: rgb(232,205,20); }

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

border-color css

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

 span { border-color: rgb(232,205,20); }

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