Html Css Color HEX #CE9118 Buttercup

📋 copy color: '#CE9118'

red 206 ◦ green 145 ◦ blue 24

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

Shades of Buttercup #CE9118

Tints of Buttercup #CE9118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.4%

R = 54.93%
G = 38.67%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE9118 (or 0xCE9118) is known color: Buttercup. HEX triplet: CE, 91 and 18. RGB value is (206,145,24). Sum of RGB (Red+Green+Blue) = 206+145+24=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9118 is #316EE7. Grayscale: #959595. Windows color (decimal): -3239656 or 1610190. OLE color: 1610190.

HSL color Cylindrical-coordinate representation of color #CE9118: hue angle of 39.89º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE9118 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 145 24 -
CMYK 0 0.30 0.88 0.19
HSL 39.89º 0.79% 0.45% -
HSV(B) 39.89º 0.88% 0.81% -
XYZ 35.74 33.44 5.43 -
YUV 149.45 57.21 168.34 -
System Red Green Blue C M Y K H S L
Decimal 206 145 24 0 0.30 0.88 0.19 39.89 0.79 0.45
Hex CE 91 18 0 1E 58 13 28 4F 2D
Octal 316 221 30 0 36 130 23 50 117 55
Binary 11001110 10010001 11000 0 11110 1011000 10011 101000 1001111 101101

Color Harmonies of #CE9118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9118

Black with #CE9118

Text Example


Text Example

White with #CE9118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9118; }

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

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

background-color css

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

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

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

border-color css

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

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

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