Html Css Color HEX #CE951E Buttercup

📋 copy color: '#CE951E'

red 206 ◦ green 149 ◦ blue 30

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

Shades of Buttercup #CE951E

Tints of Buttercup #CE951E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.7%

 BLUE value IS 30 (12.11% from 255) = 7.79%

R = 53.51%
G = 38.7%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE951E (or 0xCE951E) is known color: Buttercup. HEX triplet: CE, 95 and 1E. RGB value is (206,149,30). Sum of RGB (Red+Green+Blue) = 206+149+30=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE951E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE951E is #316AE1. Grayscale: #999999. Windows color (decimal): -3238626 or 2004430. OLE color: 2004430.

HSL color Cylindrical-coordinate representation of color #CE951E: hue angle of 40.57º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE951E is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 149 30 -
CMYK 0 0.28 0.85 0.19
HSL 40.57º 0.75% 0.46% -
HSV(B) 40.57º 0.85% 0.81% -
XYZ 36.44 34.71 6.01 -
YUV 152.48 58.88 166.18 -
System Red Green Blue C M Y K H S L
Decimal 206 149 30 0 0.28 0.85 0.19 40.57 0.75 0.46
Hex CE 95 1E 0 1C 55 13 29 4B 2E
Octal 316 225 36 0 34 125 23 51 113 56
Binary 11001110 10010101 11110 0 11100 1010101 10011 101001 1001011 101110

Color Harmonies of #CE951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE951E

Black with #CE951E

Text Example


Text Example

White with #CE951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE951E; }

 p { color: rgb(206,149,30); }

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

background-color css

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

 a { background-color: rgb(206,149,30); }

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

border-color css

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

 span { border-color: rgb(206,149,30); }

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