Html Css Color HEX #CE9318 Buttercup

📋 copy color: '#CE9318'

red 206 ◦ green 147 ◦ blue 24

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

Shades of Buttercup #CE9318

Tints of Buttercup #CE9318

RGB

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

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

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

R = 54.64%
G = 38.99%
B = 6.37%

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

#CE9318 (or 0xCE9318) is known color: Buttercup. HEX triplet: CE, 93 and 18. RGB value is (206,147,24). Sum of RGB (Red+Green+Blue) = 206+147+24=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9318 is #316CE7. Grayscale: #979797. Windows color (decimal): -3239144 or 1610702. OLE color: 1610702.

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

Color convert

RGB 206 147 24 -
CMYK 0 0.29 0.88 0.19
HSL 40.55º 0.79% 0.45% -
HSV(B) 40.55º 0.88% 0.81% -
XYZ 36.05 34.06 5.54 -
YUV 150.62 56.55 167.5 -
System Red Green Blue C M Y K H S L
Decimal 206 147 24 0 0.29 0.88 0.19 40.55 0.79 0.45
Hex CE 93 18 0 1D 58 13 29 4F 2D
Octal 316 223 30 0 35 130 23 51 117 55
Binary 11001110 10010011 11000 0 11101 1011000 10011 101001 1001111 101101

Color Harmonies of #CE9318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9318

Black with #CE9318

Text Example


Text Example

White with #CE9318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9318; }

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

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

background-color css

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

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

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

border-color css

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

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

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