Html Css Color HEX #CE931F Buttercup

📋 copy color: '#CE931F'

red 206 ◦ green 147 ◦ blue 31

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

Shades of Buttercup #CE931F

Tints of Buttercup #CE931F

RGB

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

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

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

R = 53.65%
G = 38.28%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE931F (or 0xCE931F) is known color: Buttercup. HEX triplet: CE, 93 and 1F. RGB value is (206,147,31). Sum of RGB (Red+Green+Blue) = 206+147+31=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE931F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE931F is #316CE0. Grayscale: #979797. Windows color (decimal): -3239137 or 2069454. OLE color: 2069454.

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

Color convert

RGB 206 147 31 -
CMYK 0 0.29 0.85 0.19
HSL 39.77º 0.74% 0.46% -
HSV(B) 39.77º 0.85% 0.81% -
XYZ 36.13 34.09 5.97 -
YUV 151.42 60.05 166.93 -
System Red Green Blue C M Y K H S L
Decimal 206 147 31 0 0.29 0.85 0.19 39.77 0.74 0.46
Hex CE 93 1F 0 1D 55 13 28 4A 2E
Octal 316 223 37 0 35 125 23 50 112 56
Binary 11001110 10010011 11111 0 11101 1010101 10011 101000 1001010 101110

Color Harmonies of #CE931F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE931F

Black with #CE931F

Text Example


Text Example

White with #CE931F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE931F; }

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

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

background-color css

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

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

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

border-color css

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

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

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