Html Css Color HEX #CE8F20 Buttercup

📋 copy color: '#CE8F20'

red 206 ◦ green 143 ◦ blue 32

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

Shades of Buttercup #CE8F20

Tints of Buttercup #CE8F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.4%

R = 54.07%
G = 37.53%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE8F20 (or 0xCE8F20) is known color: Buttercup. HEX triplet: CE, 8F and 20. RGB value is (206,143,32). Sum of RGB (Red+Green+Blue) = 206+143+32=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8F20 is #3170DF. Grayscale: #959595. Windows color (decimal): -3240160 or 2133966. OLE color: 2133966.

HSL color Cylindrical-coordinate representation of color #CE8F20: hue angle of 38.28º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE8F20 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 143 32 -
CMYK 0 0.31 0.84 0.19
HSL 38.28º 0.73% 0.47% -
HSV(B) 38.28º 0.84% 0.81% -
XYZ 35.54 32.87 5.84 -
YUV 149.18 61.87 168.53 -
System Red Green Blue C M Y K H S L
Decimal 206 143 32 0 0.31 0.84 0.19 38.28 0.73 0.47
Hex CE 8F 20 0 1F 54 13 26 49 2F
Octal 316 217 40 0 37 124 23 46 111 57
Binary 11001110 10001111 100000 0 11111 1010100 10011 100110 1001001 101111

Color Harmonies of #CE8F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F20

Black with #CE8F20

Text Example


Text Example

White with #CE8F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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