Html Css Color HEX #E6BE0A Sunflower

📋 copy color: '#E6BE0A'

red 230 ◦ green 190 ◦ blue 10

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

Shades of Sunflower #E6BE0A

Tints of Sunflower #E6BE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.33%

R = 53.49%
G = 44.19%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E6BE0A (or 0xE6BE0A) is known color: Sunflower. HEX triplet: E6, BE and 0A. RGB value is (230,190,10). Sum of RGB (Red+Green+Blue) = 230+190+10=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BE0A is #1941F5. Grayscale: #B6B6B6. Windows color (decimal): -1655286 or 704230. OLE color: 704230.

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

Color convert

RGB 230 190 10 -
CMYK 0 0.17 0.96 0.10
HSL 49.09º 0.92% 0.47% -
HSV(B) 49.09º 0.96% 0.9% -
XYZ 51.1 53.67 7.95 -
YUV 181.44 31.25 162.64 -
System Red Green Blue C M Y K H S L
Decimal 230 190 10 0 0.17 0.96 0.10 49.09 0.92 0.47
Hex E6 BE A 0 11 60 A 31 5C 2F
Octal 346 276 12 0 21 140 12 61 134 57
Binary 11100110 10111110 1010 0 10001 1100000 1010 110001 1011100 101111

Color Harmonies of #E6BE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BE0A

Black with #E6BE0A

Text Example


Text Example

White with #E6BE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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