Html Css Color HEX #E6BD0E Sunflower

📋 copy color: '#E6BD0E'

red 230 ◦ green 189 ◦ blue 14

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

Shades of Sunflower #E6BD0E

Tints of Sunflower #E6BD0E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.65%

 BLUE value IS 14 (5.86% from 255) = 3.23%

R = 53.12%
G = 43.65%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6BD0E (or 0xE6BD0E) is known color: Sunflower. HEX triplet: E6, BD and 0E. RGB value is (230,189,14). Sum of RGB (Red+Green+Blue) = 230+189+14=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BD0E is #1942F1. Grayscale: #B6B6B6. Windows color (decimal): -1655538 or 966118. OLE color: 966118.

HSL color Cylindrical-coordinate representation of color #E6BD0E: hue angle of 48.61º 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 #E6BD0E is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 189 14 -
CMYK 0 0.18 0.94 0.10
HSL 48.61º 0.89% 0.48% -
HSV(B) 48.61º 0.94% 0.9% -
XYZ 50.91 53.25 8.01 -
YUV 181.31 33.58 162.73 -
System Red Green Blue C M Y K H S L
Decimal 230 189 14 0 0.18 0.94 0.10 48.61 0.89 0.48
Hex E6 BD E 0 12 5E A 31 59 30
Octal 346 275 16 0 22 136 12 61 131 60
Binary 11100110 10111101 1110 0 10010 1011110 1010 110001 1011001 110000

Color Harmonies of #E6BD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BD0E

Black with #E6BD0E

Text Example


Text Example

White with #E6BD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BD0E; }

 p { color: rgb(230,189,14); }

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

background-color css

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

 a { background-color: rgb(230,189,14); }

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

border-color css

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

 span { border-color: rgb(230,189,14); }

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