Html Css Color HEX #CE8F15 Buttercup

📋 copy color: '#CE8F15'

red 206 ◦ green 143 ◦ blue 21

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

Shades of Buttercup #CE8F15

Tints of Buttercup #CE8F15

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.65%

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

R = 55.68%
G = 38.65%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE8F15 (or 0xCE8F15) is known color: Buttercup. HEX triplet: CE, 8F and 15. RGB value is (206,143,21). Sum of RGB (Red+Green+Blue) = 206+143+21=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8F15 is #3170EA. Grayscale: #949494. Windows color (decimal): -3240171 or 1413070. OLE color: 1413070.

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

Color convert

RGB 206 143 21 -
CMYK 0 0.31 0.90 0.19
HSL 39.57º 0.81% 0.45% -
HSV(B) 39.57º 0.9% 0.81% -
XYZ 35.41 32.82 5.18 -
YUV 147.93 56.37 169.42 -
System Red Green Blue C M Y K H S L
Decimal 206 143 21 0 0.31 0.90 0.19 39.57 0.81 0.45
Hex CE 8F 15 0 1F 5A 13 28 51 2D
Octal 316 217 25 0 37 132 23 50 121 55
Binary 11001110 10001111 10101 0 11111 1011010 10011 101000 1010001 101101

Color Harmonies of #CE8F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F15

Black with #CE8F15

Text Example


Text Example

White with #CE8F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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