Html Css Color HEX #CE951F Buttercup

📋 copy color: '#CE951F'

red 206 ◦ green 149 ◦ blue 31

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

Shades of Buttercup #CE951F

Tints of Buttercup #CE951F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.03%

R = 53.37%
G = 38.6%
B = 8.03%

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

#CE951F (or 0xCE951F) is known color: Buttercup. HEX triplet: CE, 95 and 1F. RGB value is (206,149,31). Sum of RGB (Red+Green+Blue) = 206+149+31=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE951F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE951F is #316AE0. Grayscale: #999999. Windows color (decimal): -3238625 or 2069966. OLE color: 2069966.

HSL color Cylindrical-coordinate representation of color #CE951F: hue angle of 40.46º degrees, saturation: 0.74, 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 #CE951F is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 149 31 -
CMYK 0 0.28 0.85 0.19
HSL 40.46º 0.74% 0.46% -
HSV(B) 40.46º 0.85% 0.81% -
XYZ 36.45 34.72 6.08 -
YUV 152.59 59.38 166.09 -
System Red Green Blue C M Y K H S L
Decimal 206 149 31 0 0.28 0.85 0.19 40.46 0.74 0.46
Hex CE 95 1F 0 1C 55 13 28 4A 2E
Octal 316 225 37 0 34 125 23 50 112 56
Binary 11001110 10010101 11111 0 11100 1010101 10011 101000 1001010 101110

Color Harmonies of #CE951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE951F

Black with #CE951F

Text Example


Text Example

White with #CE951F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE951F; }

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

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

background-color css

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

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

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

border-color css

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

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

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