Html Css Color HEX #E6BA1A Sunflower

📋 copy color: '#E6BA1A'

red 230 ◦ green 186 ◦ blue 26

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

Shades of Sunflower #E6BA1A

Tints of Sunflower #E6BA1A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.08%

 BLUE value IS 26 (10.55% from 255) = 5.88%

R = 52.04%
G = 42.08%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6BA1A (or 0xE6BA1A) is known color: Sunflower. HEX triplet: E6, BA and 1A. RGB value is (230,186,26). Sum of RGB (Red+Green+Blue) = 230+186+26=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 26 (10.55% from 255 or 5.88% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BA1A is #1945E5. Grayscale: #B5B5B5. Windows color (decimal): -1656294 or 1751782. OLE color: 1751782.

HSL color Cylindrical-coordinate representation of color #E6BA1A: hue angle of 47.06º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6BA1A is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 186 26 -
CMYK 0 0.19 0.89 0.10
HSL 47.06º 0.8% 0.5% -
HSV(B) 47.06º 0.89% 0.9% -
XYZ 50.38 52.02 8.36 -
YUV 180.92 40.58 163.01 -
System Red Green Blue C M Y K H S L
Decimal 230 186 26 0 0.19 0.89 0.10 47.06 0.8 0.5
Hex E6 BA 1A 0 13 59 A 2F 50 32
Octal 346 272 32 0 23 131 12 57 120 62
Binary 11100110 10111010 11010 0 10011 1011001 1010 101111 1010000 110010

Color Harmonies of #E6BA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BA1A

Black with #E6BA1A

Text Example


Text Example

White with #E6BA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BA1A; }

 p { color: rgb(230,186,26); }

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

background-color css

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

 a { background-color: rgb(230,186,26); }

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

border-color css

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

 span { border-color: rgb(230,186,26); }

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