Html Css Color HEX #E0BF0D Sunflower

📋 copy color: '#E0BF0D'

red 224 ◦ green 191 ◦ blue 13

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

Shades of Sunflower #E0BF0D

Tints of Sunflower #E0BF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.04%

R = 52.34%
G = 44.63%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0BF0D (or 0xE0BF0D) is known color: Sunflower. HEX triplet: E0, BF and 0D. RGB value is (224,191,13). Sum of RGB (Red+Green+Blue) = 224+191+13=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BF0D is #1F40F2. Grayscale: #B5B5B5. Windows color (decimal): -2048243 or 901088. OLE color: 901088.

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

Color convert

RGB 224 191 13 -
CMYK 0 0.15 0.94 0.12
HSL 50.62º 0.89% 0.46% -
HSV(B) 50.62º 0.94% 0.88% -
XYZ 49.44 53.14 8.03 -
YUV 180.58 33.43 158.97 -
System Red Green Blue C M Y K H S L
Decimal 224 191 13 0 0.15 0.94 0.12 50.62 0.89 0.46
Hex E0 BF D 0 F 5E C 33 59 2E
Octal 340 277 15 0 17 136 14 63 131 56
Binary 11100000 10111111 1101 0 1111 1011110 1100 110011 1011001 101110

Color Harmonies of #E0BF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BF0D

Black with #E0BF0D

Text Example


Text Example

White with #E0BF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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