Html Css Color HEX #E8BD0C Sunflower

📋 copy color: '#E8BD0C'

red 232 ◦ green 189 ◦ blue 12

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

Shades of Sunflower #E8BD0C

Tints of Sunflower #E8BD0C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.65%

 BLUE value IS 12 (5.08% from 255) = 2.77%

R = 53.58%
G = 43.65%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8BD0C (or 0xE8BD0C) is known color: Sunflower. HEX triplet: E8, BD and 0C. RGB value is (232,189,12). Sum of RGB (Red+Green+Blue) = 232+189+12=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8BD0C is #1742F3. Grayscale: #B6B6B6. Windows color (decimal): -1524468 or 835048. OLE color: 835048.

HSL color Cylindrical-coordinate representation of color #E8BD0C: hue angle of 48.27º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8BD0C is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 189 12 -
CMYK 0 0.19 0.95 0.09
HSL 48.27º 0.9% 0.48% -
HSV(B) 48.27º 0.95% 0.91% -
XYZ 51.54 53.58 7.97 -
YUV 181.68 32.25 163.89 -
System Red Green Blue C M Y K H S L
Decimal 232 189 12 0 0.19 0.95 0.09 48.27 0.9 0.48
Hex E8 BD C 0 13 5F 9 30 5A 30
Octal 350 275 14 0 23 137 11 60 132 60
Binary 11101000 10111101 1100 0 10011 1011111 1001 110000 1011010 110000

Color Harmonies of #E8BD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BD0C

Black with #E8BD0C

Text Example


Text Example

White with #E8BD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BD0C; }

 p { color: rgb(232,189,12); }

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

background-color css

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

 a { background-color: rgb(232,189,12); }

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

border-color css

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

 span { border-color: rgb(232,189,12); }

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