Html Css Color HEX #E6BF15 Sunflower

📋 copy color: '#E6BF15'

red 230 ◦ green 191 ◦ blue 21

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

Shades of Sunflower #E6BF15

Tints of Sunflower #E6BF15

RGB

 RED value IS 230 (90.23% from 255) = 52.04%

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

 BLUE value IS 21 (8.59% from 255) = 4.75%

R = 52.04%
G = 43.21%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E6BF15 (or 0xE6BF15) is known color: Sunflower. HEX triplet: E6, BF and 15. RGB value is (230,191,21). Sum of RGB (Red+Green+Blue) = 230+191+21=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BF15 is #1940EA. Grayscale: #B8B8B8. Windows color (decimal): -1655019 or 1425382. OLE color: 1425382.

HSL color Cylindrical-coordinate representation of color #E6BF15: hue angle of 48.8º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6BF15 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 191 21 -
CMYK 0 0.17 0.91 0.10
HSL 48.8º 0.83% 0.49% -
HSV(B) 48.8º 0.91% 0.9% -
XYZ 51.4 54.14 8.45 -
YUV 183.28 36.42 161.32 -
System Red Green Blue C M Y K H S L
Decimal 230 191 21 0 0.17 0.91 0.10 48.8 0.83 0.49
Hex E6 BF 15 0 11 5B A 31 53 31
Octal 346 277 25 0 21 133 12 61 123 61
Binary 11100110 10111111 10101 0 10001 1011011 1010 110001 1010011 110001

Color Harmonies of #E6BF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BF15

Black with #E6BF15

Text Example


Text Example

White with #E6BF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BF15; }

 p { color: rgb(230,191,21); }

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

background-color css

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

 a { background-color: rgb(230,191,21); }

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

border-color css

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

 span { border-color: rgb(230,191,21); }

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