Html Css Color HEX #CE9019 Buttercup

📋 copy color: '#CE9019'

red 206 ◦ green 144 ◦ blue 25

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

Shades of Buttercup #CE9019

Tints of Buttercup #CE9019

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

 BLUE value IS 25 (10.16% from 255) = 6.67%

R = 54.93%
G = 38.4%
B = 6.67%

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

#CE9019 (or 0xCE9019) is known color: Buttercup. HEX triplet: CE, 90 and 19. RGB value is (206,144,25). Sum of RGB (Red+Green+Blue) = 206+144+25=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9019 is #316FE6. Grayscale: #959595. Windows color (decimal): -3239911 or 1675470. OLE color: 1675470.

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

Color convert

RGB 206 144 25 -
CMYK 0 0.30 0.88 0.19
HSL 39.45º 0.78% 0.45% -
HSV(B) 39.45º 0.88% 0.81% -
XYZ 35.6 33.14 5.44 -
YUV 148.97 58.04 168.68 -
System Red Green Blue C M Y K H S L
Decimal 206 144 25 0 0.30 0.88 0.19 39.45 0.78 0.45
Hex CE 90 19 0 1E 58 13 27 4E 2D
Octal 316 220 31 0 36 130 23 47 116 55
Binary 11001110 10010000 11001 0 11110 1011000 10011 100111 1001110 101101

Color Harmonies of #CE9019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9019

Black with #CE9019

Text Example


Text Example

White with #CE9019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9019; }

 p { color: rgb(206,144,25); }

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

background-color css

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

 a { background-color: rgb(206,144,25); }

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

border-color css

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

 span { border-color: rgb(206,144,25); }

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