Html Css Color HEX #CE8F14 Buttercup

📋 copy color: '#CE8F14'

red 206 ◦ green 143 ◦ blue 20

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

Shades of Buttercup #CE8F14

Tints of Buttercup #CE8F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.42%

R = 55.83%
G = 38.75%
B = 5.42%

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

#CE8F14 (or 0xCE8F14) is known color: Buttercup. HEX triplet: CE, 8F and 14. RGB value is (206,143,20). Sum of RGB (Red+Green+Blue) = 206+143+20=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8F14 is #3170EB. Grayscale: #949494. Windows color (decimal): -3240172 or 1347534. OLE color: 1347534.

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

Color convert

RGB 206 143 20 -
CMYK 0 0.31 0.90 0.19
HSL 39.68º 0.82% 0.44% -
HSV(B) 39.68º 0.9% 0.81% -
XYZ 35.4 32.82 5.13 -
YUV 147.82 55.87 169.5 -
System Red Green Blue C M Y K H S L
Decimal 206 143 20 0 0.31 0.90 0.19 39.68 0.82 0.44
Hex CE 8F 14 0 1F 5A 13 28 52 2C
Octal 316 217 24 0 37 132 23 50 122 54
Binary 11001110 10001111 10100 0 11111 1011010 10011 101000 1010010 101100

Color Harmonies of #CE8F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F14

Black with #CE8F14

Text Example


Text Example

White with #CE8F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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