Html Css Color HEX #CE9016 Buttercup

📋 copy color: '#CE9016'

red 206 ◦ green 144 ◦ blue 22

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

Shades of Buttercup #CE9016

Tints of Buttercup #CE9016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.71%

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

R = 55.38%
G = 38.71%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE9016 (or 0xCE9016) is known color: Buttercup. HEX triplet: CE, 90 and 16. RGB value is (206,144,22). Sum of RGB (Red+Green+Blue) = 206+144+22=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9016 is #316FE9. Grayscale: #959595. Windows color (decimal): -3239914 or 1478862. OLE color: 1478862.

HSL color Cylindrical-coordinate representation of color #CE9016: hue angle of 39.78º 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 #CE9016 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 144 22 -
CMYK 0 0.30 0.89 0.19
HSL 39.78º 0.81% 0.45% -
HSV(B) 39.78º 0.89% 0.81% -
XYZ 35.57 33.13 5.28 -
YUV 148.63 56.54 168.92 -
System Red Green Blue C M Y K H S L
Decimal 206 144 22 0 0.30 0.89 0.19 39.78 0.81 0.45
Hex CE 90 16 0 1E 59 13 28 51 2D
Octal 316 220 26 0 36 131 23 50 121 55
Binary 11001110 10010000 10110 0 11110 1011001 10011 101000 1010001 101101

Color Harmonies of #CE9016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9016

Black with #CE9016

Text Example


Text Example

White with #CE9016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9016; }

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

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

background-color css

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

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

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

border-color css

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

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

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