Html Css Color HEX #CE9125 Buttercup

📋 copy color: '#CE9125'

red 206 ◦ green 145 ◦ blue 37

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

Shades of Buttercup #CE9125

Tints of Buttercup #CE9125

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.37%

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

R = 53.09%
G = 37.37%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE9125 (or 0xCE9125) is known color: Buttercup. HEX triplet: CE, 91 and 25. RGB value is (206,145,37). Sum of RGB (Red+Green+Blue) = 206+145+37=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9125 is #316EDA. Grayscale: #979797. Windows color (decimal): -3239643 or 2462158. OLE color: 2462158.

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

Color convert

RGB 206 145 37 -
CMYK 0 0.30 0.82 0.19
HSL 38.34º 0.7% 0.48% -
HSV(B) 38.34º 0.82% 0.81% -
XYZ 35.91 33.51 6.32 -
YUV 150.93 63.71 167.28 -
System Red Green Blue C M Y K H S L
Decimal 206 145 37 0 0.30 0.82 0.19 38.34 0.7 0.48
Hex CE 91 25 0 1E 52 13 26 46 30
Octal 316 221 45 0 36 122 23 46 106 60
Binary 11001110 10010001 100101 0 11110 1010010 10011 100110 1000110 110000

Color Harmonies of #CE9125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9125

Black with #CE9125

Text Example


Text Example

White with #CE9125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9125; }

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

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

background-color css

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

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

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

border-color css

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

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

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