Html Css Color HEX #E0BC1A Sunflower

📋 copy color: '#E0BC1A'

red 224 ◦ green 188 ◦ blue 26

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

Shades of Sunflower #E0BC1A

Tints of Sunflower #E0BC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.94%

R = 51.14%
G = 42.92%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0BC1A (or 0xE0BC1A) is known color: Sunflower. HEX triplet: E0, BC and 1A. RGB value is (224,188,26). Sum of RGB (Red+Green+Blue) = 224+188+26=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 26 (10.55% from 255 or 5.94% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BC1A is #1F43E5. Grayscale: #B4B4B4. Windows color (decimal): -2048998 or 1752288. OLE color: 1752288.

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

Color convert

RGB 224 188 26 -
CMYK 0 0.16 0.88 0.12
HSL 49.09º 0.79% 0.49% -
HSV(B) 49.09º 0.88% 0.88% -
XYZ 48.91 51.89 8.41 -
YUV 180.3 40.93 159.17 -
System Red Green Blue C M Y K H S L
Decimal 224 188 26 0 0.16 0.88 0.12 49.09 0.79 0.49
Hex E0 BC 1A 0 10 58 C 31 4F 31
Octal 340 274 32 0 20 130 14 61 117 61
Binary 11100000 10111100 11010 0 10000 1011000 1100 110001 1001111 110001

Color Harmonies of #E0BC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BC1A

Black with #E0BC1A

Text Example


Text Example

White with #E0BC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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