Html Css Color HEX #CE911C Buttercup

📋 copy color: '#CE911C'

red 206 ◦ green 145 ◦ blue 28

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

Shades of Buttercup #CE911C

Tints of Buttercup #CE911C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.26%

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

R = 54.35%
G = 38.26%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE911C (or 0xCE911C) is known color: Buttercup. HEX triplet: CE, 91 and 1C. RGB value is (206,145,28). Sum of RGB (Red+Green+Blue) = 206+145+28=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE911C is #316EE3. Grayscale: #969696. Windows color (decimal): -3239652 or 1872334. OLE color: 1872334.

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

Color convert

RGB 206 145 28 -
CMYK 0 0.30 0.86 0.19
HSL 39.44º 0.76% 0.46% -
HSV(B) 39.44º 0.86% 0.81% -
XYZ 35.79 33.46 5.67 -
YUV 149.9 59.21 168.01 -
System Red Green Blue C M Y K H S L
Decimal 206 145 28 0 0.30 0.86 0.19 39.44 0.76 0.46
Hex CE 91 1C 0 1E 56 13 27 4C 2E
Octal 316 221 34 0 36 126 23 47 114 56
Binary 11001110 10010001 11100 0 11110 1010110 10011 100111 1001100 101110

Color Harmonies of #CE911C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE911C

Black with #CE911C

Text Example


Text Example

White with #CE911C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE911C; }

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

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

background-color css

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

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

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

border-color css

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

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

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