Html Css Color HEX #CE9319 Buttercup

📋 copy color: '#CE9319'

red 206 ◦ green 147 ◦ blue 25

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

Shades of Buttercup #CE9319

Tints of Buttercup #CE9319

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.89%

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

R = 54.5%
G = 38.89%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE9319 (or 0xCE9319) is known color: Buttercup. HEX triplet: CE, 93 and 19. RGB value is (206,147,25). Sum of RGB (Red+Green+Blue) = 206+147+25=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9319 is #316CE6. Grayscale: #979797. Windows color (decimal): -3239143 or 1676238. OLE color: 1676238.

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

Color convert

RGB 206 147 25 -
CMYK 0 0.29 0.88 0.19
HSL 40.44º 0.78% 0.45% -
HSV(B) 40.44º 0.88% 0.81% -
XYZ 36.06 34.06 5.59 -
YUV 150.73 57.05 167.42 -
System Red Green Blue C M Y K H S L
Decimal 206 147 25 0 0.29 0.88 0.19 40.44 0.78 0.45
Hex CE 93 19 0 1D 58 13 28 4E 2D
Octal 316 223 31 0 35 130 23 50 116 55
Binary 11001110 10010011 11001 0 11101 1011000 10011 101000 1001110 101101

Color Harmonies of #CE9319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9319

Black with #CE9319

Text Example


Text Example

White with #CE9319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9319; }

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

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

background-color css

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

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

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

border-color css

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

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

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