Html Css Color HEX #CE9015 Buttercup

📋 copy color: '#CE9015'

red 206 ◦ green 144 ◦ blue 21

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

Shades of Buttercup #CE9015

Tints of Buttercup #CE9015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.66%

R = 55.53%
G = 38.81%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE9015 (or 0xCE9015) is known color: Buttercup. HEX triplet: CE, 90 and 15. RGB value is (206,144,21). Sum of RGB (Red+Green+Blue) = 206+144+21=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9015 is #316FEA. Grayscale: #959595. Windows color (decimal): -3239915 or 1413326. OLE color: 1413326.

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

Color convert

RGB 206 144 21 -
CMYK 0 0.30 0.90 0.19
HSL 39.89º 0.81% 0.45% -
HSV(B) 39.89º 0.9% 0.81% -
XYZ 35.56 33.12 5.23 -
YUV 148.52 56.04 169 -
System Red Green Blue C M Y K H S L
Decimal 206 144 21 0 0.30 0.90 0.19 39.89 0.81 0.45
Hex CE 90 15 0 1E 5A 13 28 51 2D
Octal 316 220 25 0 36 132 23 50 121 55
Binary 11001110 10010000 10101 0 11110 1011010 10011 101000 1010001 101101

Color Harmonies of #CE9015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9015

Black with #CE9015

Text Example


Text Example

White with #CE9015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9015; }

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

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

background-color css

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

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

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

border-color css

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

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

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