#CE8F25

Color #CE8F25 Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #CE8F25

Tints of Buttercup #CE8F25

Color information

#CE8F25 (or 0xCE8F25) is unknown color: approx Buttercup. HEX triplet: CE, 8F and 25. RGB value is (206,143,37). Sum of RGB (Red+Green+Blue) = 206+143+37=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8F25 is #3170DA. Grayscale: #969696. Windows color (decimal): -3240155 or 2461646. OLE color: 2461646.

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

Color convert

RGB20614337-
CMYK00.310.820.19
HSL37.63º69.55%47.65%-
HSV(B)37.63º82.04%80.78%-
XYZ35.6132.96.22-
YUV149.7564.37168.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.37%
GREEN value IS 143 (56.25% from 255) = 37.05%
BLUE value IS 37 (14.84% from 255) = 9.59%
R=53.37%
G=37.05%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061433700.310.820.1937.6369.5547.65
HexCE8F2501F5213264630
Octal31621745037122234610660
Binary11001110100011111001010111111010010100111001101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8F25; }

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

 H1.HeaderClassName
 {
   color: #CE8F25;
 }
 .AnyTagClassName
 {
   color: #CE8F25;
 }
</style>
background-color css

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

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

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

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

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

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