Html Css Color HEX #CE9524 Buttercup

📋 copy color: '#CE9524'

red 206 ◦ green 149 ◦ blue 36

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

Shades of Buttercup #CE9524

Tints of Buttercup #CE9524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.21%

R = 52.69%
G = 38.11%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE9524 (or 0xCE9524) is known color: Buttercup. HEX triplet: CE, 95 and 24. RGB value is (206,149,36). Sum of RGB (Red+Green+Blue) = 206+149+36=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9524 is #316ADB. Grayscale: #999999. Windows color (decimal): -3238620 or 2397646. OLE color: 2397646.

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

Color convert

RGB 206 149 36 -
CMYK 0 0.28 0.83 0.19
HSL 39.88º 0.7% 0.47% -
HSV(B) 39.88º 0.83% 0.81% -
XYZ 36.52 34.74 6.45 -
YUV 153.16 61.88 165.69 -
System Red Green Blue C M Y K H S L
Decimal 206 149 36 0 0.28 0.83 0.19 39.88 0.7 0.47
Hex CE 95 24 0 1C 53 13 28 46 2F
Octal 316 225 44 0 34 123 23 50 106 57
Binary 11001110 10010101 100100 0 11100 1010011 10011 101000 1000110 101111

Color Harmonies of #CE9524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9524

Black with #CE9524

Text Example


Text Example

White with #CE9524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9524; }

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

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

background-color css

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

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

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

border-color css

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

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

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