Html Css Color HEX #E0BD07 Sunflower

📋 copy color: '#E0BD07'

red 224 ◦ green 189 ◦ blue 7

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

Shades of Sunflower #E0BD07

Tints of Sunflower #E0BD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.67%

R = 53.33%
G = 45%
B = 1.67%

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

#E0BD07 (or 0xE0BD07) is known color: Sunflower. HEX triplet: E0, BD and 07. RGB value is (224,189,7). Sum of RGB (Red+Green+Blue) = 224+189+7=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BD07 is #1F42F8. Grayscale: #B3B3B3. Windows color (decimal): -2048761 or 507360. OLE color: 507360.

HSL color Cylindrical-coordinate representation of color #E0BD07: hue angle of 50.32º degrees, saturation: 0.94, 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 #E0BD07 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 189 7 -
CMYK 0 0.16 0.97 0.12
HSL 50.32º 0.94% 0.45% -
HSV(B) 50.32º 0.97% 0.88% -
XYZ 48.98 52.26 7.71 -
YUV 178.72 31.1 160.3 -
System Red Green Blue C M Y K H S L
Decimal 224 189 7 0 0.16 0.97 0.12 50.32 0.94 0.45
Hex E0 BD 7 0 10 61 C 32 5E 2D
Octal 340 275 7 0 20 141 14 62 136 55
Binary 11100000 10111101 111 0 10000 1100001 1100 110010 1011110 101101

Color Harmonies of #E0BD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BD07

Black with #E0BD07

Text Example


Text Example

White with #E0BD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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