Html Css Color HEX #CE941F Buttercup

📋 copy color: '#CE941F'

red 206 ◦ green 148 ◦ blue 31

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

Shades of Buttercup #CE941F

Tints of Buttercup #CE941F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

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

R = 53.51%
G = 38.44%
B = 8.05%

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

#CE941F (or 0xCE941F) is known color: Buttercup. HEX triplet: CE, 94 and 1F. RGB value is (206,148,31). Sum of RGB (Red+Green+Blue) = 206+148+31=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE941F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE941F is #316BE0. Grayscale: #989898. Windows color (decimal): -3238881 or 2069710. OLE color: 2069710.

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

Color convert

RGB 206 148 31 -
CMYK 0 0.28 0.85 0.19
HSL 40.11º 0.74% 0.46% -
HSV(B) 40.11º 0.85% 0.81% -
XYZ 36.29 34.4 6.02 -
YUV 152 59.72 166.51 -
System Red Green Blue C M Y K H S L
Decimal 206 148 31 0 0.28 0.85 0.19 40.11 0.74 0.46
Hex CE 94 1F 0 1C 55 13 28 4A 2E
Octal 316 224 37 0 34 125 23 50 112 56
Binary 11001110 10010100 11111 0 11100 1010101 10011 101000 1001010 101110

Color Harmonies of #CE941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE941F

Black with #CE941F

Text Example


Text Example

White with #CE941F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE941F; }

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

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

background-color css

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

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

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

border-color css

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

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

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