Html Css Color HEX #E8BD0B Sunflower

📋 copy color: '#E8BD0B'

red 232 ◦ green 189 ◦ blue 11

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

Shades of Sunflower #E8BD0B

Tints of Sunflower #E8BD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.55%

R = 53.7%
G = 43.75%
B = 2.55%

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

#E8BD0B (or 0xE8BD0B) is known color: Sunflower. HEX triplet: E8, BD and 0B. RGB value is (232,189,11). Sum of RGB (Red+Green+Blue) = 232+189+11=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8BD0B is #1742F4. Grayscale: #B6B6B6. Windows color (decimal): -1524469 or 769512. OLE color: 769512.

HSL color Cylindrical-coordinate representation of color #E8BD0B: hue angle of 48.33º degrees, saturation: 0.91, 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 #E8BD0B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 189 11 -
CMYK 0 0.19 0.95 0.09
HSL 48.33º 0.91% 0.48% -
HSV(B) 48.33º 0.95% 0.91% -
XYZ 51.54 53.58 7.94 -
YUV 181.57 31.75 163.97 -
System Red Green Blue C M Y K H S L
Decimal 232 189 11 0 0.19 0.95 0.09 48.33 0.91 0.48
Hex E8 BD B 0 13 5F 9 30 5B 30
Octal 350 275 13 0 23 137 11 60 133 60
Binary 11101000 10111101 1011 0 10011 1011111 1001 110000 1011011 110000

Color Harmonies of #E8BD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BD0B

Black with #E8BD0B

Text Example


Text Example

White with #E8BD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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