Html Css Color HEX #E0BD05 Sunflower

📋 copy color: '#E0BD05'

red 224 ◦ green 189 ◦ blue 5

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

Shades of Sunflower #E0BD05

Tints of Sunflower #E0BD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.2%

R = 53.59%
G = 45.22%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E0BD05 (or 0xE0BD05) is known color: Sunflower. HEX triplet: E0, BD and 05. RGB value is (224,189,5). Sum of RGB (Red+Green+Blue) = 224+189+5=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 5 (2.34% from 255 or 1.20% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BD05 is #1F42FA. Grayscale: #B3B3B3. Windows color (decimal): -2048763 or 376288. OLE color: 376288.

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

Color convert

RGB 224 189 5 -
CMYK 0 0.16 0.98 0.12
HSL 50.41º 0.96% 0.45% -
HSV(B) 50.41º 0.98% 0.88% -
XYZ 48.97 52.25 7.65 -
YUV 178.49 30.1 160.46 -
System Red Green Blue C M Y K H S L
Decimal 224 189 5 0 0.16 0.98 0.12 50.41 0.96 0.45
Hex E0 BD 5 0 10 62 C 32 60 2D
Octal 340 275 5 0 20 142 14 62 140 55
Binary 11100000 10111101 101 0 10000 1100010 1100 110010 1100000 101101

Color Harmonies of #E0BD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BD05

Black with #E0BD05

Text Example


Text Example

White with #E0BD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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