Html Css Color HEX #E6BA0D Sunflower

📋 copy color: '#E6BA0D'

red 230 ◦ green 186 ◦ blue 13

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

Shades of Sunflower #E6BA0D

Tints of Sunflower #E6BA0D

RGB

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

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

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

R = 53.61%
G = 43.36%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6BA0D (or 0xE6BA0D) is known color: Sunflower. HEX triplet: E6, BA and 0D. RGB value is (230,186,13). Sum of RGB (Red+Green+Blue) = 230+186+13=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BA0D is #1945F2. Grayscale: #B4B4B4. Windows color (decimal): -1656307 or 899814. OLE color: 899814.

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

Color convert

RGB 230 186 13 -
CMYK 0 0.19 0.94 0.10
HSL 47.83º 0.89% 0.48% -
HSV(B) 47.83º 0.94% 0.9% -
XYZ 50.26 51.97 7.76 -
YUV 179.43 34.08 164.07 -
System Red Green Blue C M Y K H S L
Decimal 230 186 13 0 0.19 0.94 0.10 47.83 0.89 0.48
Hex E6 BA D 0 13 5E A 30 59 30
Octal 346 272 15 0 23 136 12 60 131 60
Binary 11100110 10111010 1101 0 10011 1011110 1010 110000 1011001 110000

Color Harmonies of #E6BA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BA0D

Black with #E6BA0D

Text Example


Text Example

White with #E6BA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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