Html Css Color HEX #CE9625 Buttercup

📋 copy color: '#CE9625'

red 206 ◦ green 150 ◦ blue 37

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

Shades of Buttercup #CE9625

Tints of Buttercup #CE9625

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.17%

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

R = 52.42%
G = 38.17%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE9625 (or 0xCE9625) is known color: Buttercup. HEX triplet: CE, 96 and 25. RGB value is (206,150,37). Sum of RGB (Red+Green+Blue) = 206+150+37=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9625 is #3169DA. Grayscale: #9A9A9A. Windows color (decimal): -3238363 or 2463438. OLE color: 2463438.

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

Color convert

RGB 206 150 37 -
CMYK 0 0.27 0.82 0.19
HSL 40.12º 0.7% 0.48% -
HSV(B) 40.12º 0.82% 0.81% -
XYZ 36.69 35.07 6.59 -
YUV 153.86 62.05 165.19 -
System Red Green Blue C M Y K H S L
Decimal 206 150 37 0 0.27 0.82 0.19 40.12 0.7 0.48
Hex CE 96 25 0 1B 52 13 28 46 30
Octal 316 226 45 0 33 122 23 50 106 60
Binary 11001110 10010110 100101 0 11011 1010010 10011 101000 1000110 110000

Color Harmonies of #CE9625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9625

Black with #CE9625

Text Example


Text Example

White with #CE9625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9625; }

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

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

background-color css

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

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

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

border-color css

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

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

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