Html Css Color HEX #E6D00C Sunflower

📋 copy color: '#E6D00C'

red 230 ◦ green 208 ◦ blue 12

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

Shades of Sunflower #E6D00C

Tints of Sunflower #E6D00C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.22%

 BLUE value IS 12 (5.08% from 255) = 2.67%

R = 51.11%
G = 46.22%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6D00C (or 0xE6D00C) is known color: Sunflower. HEX triplet: E6, D0 and 0C. RGB value is (230,208,12). Sum of RGB (Red+Green+Blue) = 230+208+12=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D00C is #192FF3. Grayscale: #C1C1C1. Windows color (decimal): -1650676 or 839910. OLE color: 839910.

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

Color convert

RGB 230 208 12 -
CMYK 0 0.10 0.95 0.10
HSL 53.94º 0.9% 0.47% -
HSV(B) 53.94º 0.95% 0.9% -
XYZ 55.26 61.96 9.4 -
YUV 192.23 26.29 154.94 -
System Red Green Blue C M Y K H S L
Decimal 230 208 12 0 0.10 0.95 0.10 53.94 0.9 0.47
Hex E6 D0 C 0 A 5F A 36 5A 2F
Octal 346 320 14 0 12 137 12 66 132 57
Binary 11100110 11010000 1100 0 1010 1011111 1010 110110 1011010 101111

Color Harmonies of #E6D00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D00C

Black with #E6D00C

Text Example


Text Example

White with #E6D00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D00C; }

 p { color: rgb(230,208,12); }

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

background-color css

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

 a { background-color: rgb(230,208,12); }

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

border-color css

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

 span { border-color: rgb(230,208,12); }

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