Html Css Color HEX #E0BF25 Sunflower

📋 copy color: '#E0BF25'

red 224 ◦ green 191 ◦ blue 37

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

Shades of Sunflower #E0BF25

Tints of Sunflower #E0BF25

RGB

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

 GREEN value IS 191 (75% from 255) = 42.26%

 BLUE value IS 37 (14.84% from 255) = 8.19%

R = 49.56%
G = 42.26%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E0BF25 (or 0xE0BF25) is known color: Sunflower. HEX triplet: E0, BF and 25. RGB value is (224,191,37). Sum of RGB (Red+Green+Blue) = 224+191+37=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BF25 is #1F40DA. Grayscale: #B7B7B7. Windows color (decimal): -2048219 or 2473952. OLE color: 2473952.

HSL color Cylindrical-coordinate representation of color #E0BF25: hue angle of 49.41º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0BF25 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 191 37 -
CMYK 0 0.15 0.83 0.12
HSL 49.41º 0.75% 0.51% -
HSV(B) 49.41º 0.83% 0.88% -
XYZ 49.71 53.24 9.41 -
YUV 183.31 45.43 157.02 -
System Red Green Blue C M Y K H S L
Decimal 224 191 37 0 0.15 0.83 0.12 49.41 0.75 0.51
Hex E0 BF 25 0 F 53 C 31 4B 33
Octal 340 277 45 0 17 123 14 61 113 63
Binary 11100000 10111111 100101 0 1111 1010011 1100 110001 1001011 110011

Color Harmonies of #E0BF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BF25

Black with #E0BF25

Text Example


Text Example

White with #E0BF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BF25; }

 p { color: rgb(224,191,37); }

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

background-color css

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

 a { background-color: rgb(224,191,37); }

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

border-color css

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

 span { border-color: rgb(224,191,37); }

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