Html Css Color HEX #CE941C Buttercup

📋 copy color: '#CE941C'

red 206 ◦ green 148 ◦ blue 28

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

Shades of Buttercup #CE941C

Tints of Buttercup #CE941C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.33%

R = 53.93%
G = 38.74%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE941C (or 0xCE941C) is known color: Buttercup. HEX triplet: CE, 94 and 1C. RGB value is (206,148,28). Sum of RGB (Red+Green+Blue) = 206+148+28=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE941C is #316BE3. Grayscale: #989898. Windows color (decimal): -3238884 or 1873102. OLE color: 1873102.

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

Color convert

RGB 206 148 28 -
CMYK 0 0.28 0.86 0.19
HSL 40.45º 0.76% 0.46% -
HSV(B) 40.45º 0.86% 0.81% -
XYZ 36.25 34.39 5.82 -
YUV 151.66 58.22 166.76 -
System Red Green Blue C M Y K H S L
Decimal 206 148 28 0 0.28 0.86 0.19 40.45 0.76 0.46
Hex CE 94 1C 0 1C 56 13 28 4C 2E
Octal 316 224 34 0 34 126 23 50 114 56
Binary 11001110 10010100 11100 0 11100 1010110 10011 101000 1001100 101110

Color Harmonies of #CE941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE941C

Black with #CE941C

Text Example


Text Example

White with #CE941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE941C; }

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

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

background-color css

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

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

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

border-color css

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

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

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