Html Css Color HEX #CE9525 Buttercup

📋 copy color: '#CE9525'

red 206 ◦ green 149 ◦ blue 37

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

Shades of Buttercup #CE9525

Tints of Buttercup #CE9525

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.01%

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

R = 52.55%
G = 38.01%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE9525 (or 0xCE9525) is known color: Buttercup. HEX triplet: CE, 95 and 25. RGB value is (206,149,37). Sum of RGB (Red+Green+Blue) = 206+149+37=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9525 is #316ADA. Grayscale: #999999. Windows color (decimal): -3238619 or 2463182. OLE color: 2463182.

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

Color convert

RGB 206 149 37 -
CMYK 0 0.28 0.82 0.19
HSL 39.76º 0.7% 0.48% -
HSV(B) 39.76º 0.82% 0.81% -
XYZ 36.53 34.75 6.53 -
YUV 153.28 62.38 165.61 -
System Red Green Blue C M Y K H S L
Decimal 206 149 37 0 0.28 0.82 0.19 39.76 0.7 0.48
Hex CE 95 25 0 1C 52 13 28 46 30
Octal 316 225 45 0 34 122 23 50 106 60
Binary 11001110 10010101 100101 0 11100 1010010 10011 101000 1000110 110000

Color Harmonies of #CE9525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9525

Black with #CE9525

Text Example


Text Example

White with #CE9525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9525; }

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

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

background-color css

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

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

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

border-color css

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

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

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