Html Css Color HEX #E0BD0A Sunflower

📋 copy color: '#E0BD0A'

red 224 ◦ green 189 ◦ blue 10

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

Shades of Sunflower #E0BD0A

Tints of Sunflower #E0BD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.36%

R = 52.96%
G = 44.68%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0BD0A (or 0xE0BD0A) is known color: Sunflower. HEX triplet: E0, BD and 0A. RGB value is (224,189,10). Sum of RGB (Red+Green+Blue) = 224+189+10=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BD0A is #1F42F5. Grayscale: #B3B3B3. Windows color (decimal): -2048758 or 703968. OLE color: 703968.

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

Color convert

RGB 224 189 10 -
CMYK 0 0.16 0.96 0.12
HSL 50.19º 0.91% 0.46% -
HSV(B) 50.19º 0.96% 0.88% -
XYZ 48.99 52.26 7.79 -
YUV 179.06 32.6 160.05 -
System Red Green Blue C M Y K H S L
Decimal 224 189 10 0 0.16 0.96 0.12 50.19 0.91 0.46
Hex E0 BD A 0 10 60 C 32 5B 2E
Octal 340 275 12 0 20 140 14 62 133 56
Binary 11100000 10111101 1010 0 10000 1100000 1100 110010 1011011 101110

Color Harmonies of #E0BD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BD0A

Black with #E0BD0A

Text Example


Text Example

White with #E0BD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BD0A; }

 p { color: rgb(224,189,10); }

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

background-color css

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

 a { background-color: rgb(224,189,10); }

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

border-color css

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

 span { border-color: rgb(224,189,10); }

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