Html Css Color HEX #E6B40C Sunflower

📋 copy color: '#E6B40C'

red 230 ◦ green 180 ◦ blue 12

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

Shades of Sunflower #E6B40C

Tints of Sunflower #E6B40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.65%

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

R = 54.5%
G = 42.65%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6B40C (or 0xE6B40C) is known color: Sunflower. HEX triplet: E6, B4 and 0C. RGB value is (230,180,12). Sum of RGB (Red+Green+Blue) = 230+180+12=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6B40C is #194BF3. Grayscale: #B0B0B0. Windows color (decimal): -1657844 or 832742. OLE color: 832742.

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

Color convert

RGB 230 180 12 -
CMYK 0 0.22 0.95 0.10
HSL 46.24º 0.9% 0.47% -
HSV(B) 46.24º 0.95% 0.9% -
XYZ 49.02 49.49 7.32 -
YUV 175.8 35.57 166.66 -
System Red Green Blue C M Y K H S L
Decimal 230 180 12 0 0.22 0.95 0.10 46.24 0.9 0.47
Hex E6 B4 C 0 16 5F A 2E 5A 2F
Octal 346 264 14 0 26 137 12 56 132 57
Binary 11100110 10110100 1100 0 10110 1011111 1010 101110 1011010 101111

Color Harmonies of #E6B40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B40C

Black with #E6B40C

Text Example


Text Example

White with #E6B40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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