Html Css Color HEX #E6A12B Buttercup

📋 copy color: '#E6A12B'

red 230 ◦ green 161 ◦ blue 43

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

Shades of Buttercup #E6A12B

Tints of Buttercup #E6A12B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.1%

 BLUE value IS 43 (17.19% from 255) = 9.91%

R = 53%
G = 37.1%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E6A12B (or 0xE6A12B) is known color: Buttercup. HEX triplet: E6, A1 and 2B. RGB value is (230,161,43). Sum of RGB (Red+Green+Blue) = 230+161+43=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A12B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A12B is #195ED4. Grayscale: #A8A8A8. Windows color (decimal): -1662677 or 2859494. OLE color: 2859494.

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

Color convert

RGB 230 161 43 -
CMYK 0 0.3 0.81 0.10
HSL 37.86º 0.79% 0.54% -
HSV(B) 37.86º 0.81% 0.9% -
XYZ 45.81 42.49 8.07 -
YUV 168.18 57.36 172.09 -
System Red Green Blue C M Y K H S L
Decimal 230 161 43 0 0.3 0.81 0.10 37.86 0.79 0.54
Hex E6 A1 2B 0 1E 51 A 26 4F 36
Octal 346 241 53 0 36 121 12 46 117 66
Binary 11100110 10100001 101011 0 11110 1010001 1010 100110 1001111 110110

Color Harmonies of #E6A12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A12B

Black with #E6A12B

Text Example


Text Example

White with #E6A12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A12B; }

 p { color: rgb(230,161,43); }

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

background-color css

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

 a { background-color: rgb(230,161,43); }

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

border-color css

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

 span { border-color: rgb(230,161,43); }

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