Html Css Color HEX #E6BE10 Sunflower

📋 copy color: '#E6BE10'

red 230 ◦ green 190 ◦ blue 16

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

Shades of Sunflower #E6BE10

Tints of Sunflower #E6BE10

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.58%

 BLUE value IS 16 (6.64% from 255) = 3.67%

R = 52.75%
G = 43.58%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6BE10 (or 0xE6BE10) is known color: Sunflower. HEX triplet: E6, BE and 10. RGB value is (230,190,16). Sum of RGB (Red+Green+Blue) = 230+190+16=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BE10 is #1941EF. Grayscale: #B6B6B6. Windows color (decimal): -1655280 or 1097446. OLE color: 1097446.

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

Color convert

RGB 230 190 16 -
CMYK 0 0.17 0.93 0.10
HSL 48.79º 0.87% 0.48% -
HSV(B) 48.79º 0.93% 0.9% -
XYZ 51.14 53.69 8.16 -
YUV 182.12 34.25 162.15 -
System Red Green Blue C M Y K H S L
Decimal 230 190 16 0 0.17 0.93 0.10 48.79 0.87 0.48
Hex E6 BE 10 0 11 5D A 31 57 30
Octal 346 276 20 0 21 135 12 61 127 60
Binary 11100110 10111110 10000 0 10001 1011101 1010 110001 1010111 110000

Color Harmonies of #E6BE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BE10

Black with #E6BE10

Text Example


Text Example

White with #E6BE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BE10; }

 p { color: rgb(230,190,16); }

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

background-color css

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

 a { background-color: rgb(230,190,16); }

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

border-color css

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

 span { border-color: rgb(230,190,16); }

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