Html Css Color HEX #CE8A16 Buttercup

📋 copy color: '#CE8A16'

red 206 ◦ green 138 ◦ blue 22

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

Shades of Buttercup #CE8A16

Tints of Buttercup #CE8A16

RGB

 RED value IS 206 (80.86% from 255) = 56.28%

 GREEN value IS 138 (54.3% from 255) = 37.7%

 BLUE value IS 22 (8.98% from 255) = 6.01%

R = 56.28%
G = 37.7%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE8A16 (or 0xCE8A16) is known color: Buttercup. HEX triplet: CE, 8A and 16. RGB value is (206,138,22). Sum of RGB (Red+Green+Blue) = 206+138+22=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8A16 is #3175E9. Grayscale: #919191. Windows color (decimal): -3241450 or 1477326. OLE color: 1477326.

HSL color Cylindrical-coordinate representation of color #CE8A16: hue angle of 37.83º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE8A16 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 138 22 -
CMYK 0 0.33 0.89 0.19
HSL 37.83º 0.81% 0.45% -
HSV(B) 37.83º 0.89% 0.81% -
XYZ 34.69 31.36 4.98 -
YUV 145.11 58.53 171.43 -
System Red Green Blue C M Y K H S L
Decimal 206 138 22 0 0.33 0.89 0.19 37.83 0.81 0.45
Hex CE 8A 16 0 21 59 13 26 51 2D
Octal 316 212 26 0 41 131 23 46 121 55
Binary 11001110 10001010 10110 0 100001 1011001 10011 100110 1010001 101101

Color Harmonies of #CE8A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8A16

Black with #CE8A16

Text Example


Text Example

White with #CE8A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8A16; }

 p { color: rgb(206,138,22); }

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

background-color css

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

 a { background-color: rgb(206,138,22); }

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

border-color css

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

 span { border-color: rgb(206,138,22); }

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