Html Css Color HEX #E0BC06 Sunflower

📋 copy color: '#E0BC06'

red 224 ◦ green 188 ◦ blue 6

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

Shades of Sunflower #E0BC06

Tints of Sunflower #E0BC06

RGB

 RED value IS 224 (87.89% from 255) = 53.59%

 GREEN value IS 188 (73.83% from 255) = 44.98%

 BLUE value IS 6 (2.73% from 255) = 1.44%

R = 53.59%
G = 44.98%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E0BC06 (or 0xE0BC06) is known color: Sunflower. HEX triplet: E0, BC and 06. RGB value is (224,188,6). Sum of RGB (Red+Green+Blue) = 224+188+6=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 6 (2.73% from 255 or 1.44% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BC06 is #1F43F9. Grayscale: #B2B2B2. Windows color (decimal): -2049018 or 441568. OLE color: 441568.

HSL color Cylindrical-coordinate representation of color #E0BC06: hue angle of 50.09º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0BC06 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 188 6 -
CMYK 0 0.16 0.97 0.12
HSL 50.09º 0.95% 0.45% -
HSV(B) 50.09º 0.97% 0.88% -
XYZ 48.76 51.83 7.61 -
YUV 178.02 30.93 160.8 -
System Red Green Blue C M Y K H S L
Decimal 224 188 6 0 0.16 0.97 0.12 50.09 0.95 0.45
Hex E0 BC 6 0 10 61 C 32 5F 2D
Octal 340 274 6 0 20 141 14 62 137 55
Binary 11100000 10111100 110 0 10000 1100001 1100 110010 1011111 101101

Color Harmonies of #E0BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BC06

Black with #E0BC06

Text Example


Text Example

White with #E0BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BC06; }

 p { color: rgb(224,188,6); }

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

background-color css

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

 a { background-color: rgb(224,188,6); }

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

border-color css

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

 span { border-color: rgb(224,188,6); }

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