Html Css Color HEX #CE8D25 Buttercup

📋 copy color: '#CE8D25'

red 206 ◦ green 141 ◦ blue 37

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

Shades of Buttercup #CE8D25

Tints of Buttercup #CE8D25

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.72%

 BLUE value IS 37 (14.84% from 255) = 9.64%

R = 53.65%
G = 36.72%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE8D25 (or 0xCE8D25) is known color: Buttercup. HEX triplet: CE, 8D and 25. RGB value is (206,141,37). Sum of RGB (Red+Green+Blue) = 206+141+37=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D25 is #3172DA. Grayscale: #959595. Windows color (decimal): -3240667 or 2461134. OLE color: 2461134.

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

Color convert

RGB 206 141 37 -
CMYK 0 0.32 0.82 0.19
HSL 36.92º 0.7% 0.48% -
HSV(B) 36.92º 0.82% 0.81% -
XYZ 35.31 32.31 6.12 -
YUV 148.58 65.03 168.96 -
System Red Green Blue C M Y K H S L
Decimal 206 141 37 0 0.32 0.82 0.19 36.92 0.7 0.48
Hex CE 8D 25 0 20 52 13 25 46 30
Octal 316 215 45 0 40 122 23 45 106 60
Binary 11001110 10001101 100101 0 100000 1010010 10011 100101 1000110 110000

Color Harmonies of #CE8D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D25

Black with #CE8D25

Text Example


Text Example

White with #CE8D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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