Html Css Color HEX #CE911E Buttercup

📋 copy color: '#CE911E'

red 206 ◦ green 145 ◦ blue 30

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

Shades of Buttercup #CE911E

Tints of Buttercup #CE911E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.87%

R = 54.07%
G = 38.06%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE911E (or 0xCE911E) is known color: Buttercup. HEX triplet: CE, 91 and 1E. RGB value is (206,145,30). Sum of RGB (Red+Green+Blue) = 206+145+30=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE911E is #316EE1. Grayscale: #969696. Windows color (decimal): -3239650 or 2003406. OLE color: 2003406.

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

Color convert

RGB 206 145 30 -
CMYK 0 0.30 0.85 0.19
HSL 39.2º 0.75% 0.46% -
HSV(B) 39.2º 0.85% 0.81% -
XYZ 35.81 33.47 5.8 -
YUV 150.13 60.21 167.85 -
System Red Green Blue C M Y K H S L
Decimal 206 145 30 0 0.30 0.85 0.19 39.2 0.75 0.46
Hex CE 91 1E 0 1E 55 13 27 4B 2E
Octal 316 221 36 0 36 125 23 47 113 56
Binary 11001110 10010001 11110 0 11110 1010101 10011 100111 1001011 101110

Color Harmonies of #CE911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE911E

Black with #CE911E

Text Example


Text Example

White with #CE911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE911E; }

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

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

background-color css

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

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

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

border-color css

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

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

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