Html Css Color HEX #CE911A Buttercup

📋 copy color: '#CE911A'

red 206 ◦ green 145 ◦ blue 26

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

Shades of Buttercup #CE911A

Tints of Buttercup #CE911A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.9%

R = 54.64%
G = 38.46%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE911A (or 0xCE911A) is known color: Buttercup. HEX triplet: CE, 91 and 1A. RGB value is (206,145,26). Sum of RGB (Red+Green+Blue) = 206+145+26=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE911A is #316EE5. Grayscale: #969696. Windows color (decimal): -3239654 or 1741262. OLE color: 1741262.

HSL color Cylindrical-coordinate representation of color #CE911A: hue angle of 39.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE911A is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 145 26 -
CMYK 0 0.30 0.87 0.19
HSL 39.67º 0.78% 0.45% -
HSV(B) 39.67º 0.87% 0.81% -
XYZ 35.77 33.45 5.55 -
YUV 149.67 58.21 168.18 -
System Red Green Blue C M Y K H S L
Decimal 206 145 26 0 0.30 0.87 0.19 39.67 0.78 0.45
Hex CE 91 1A 0 1E 57 13 28 4E 2D
Octal 316 221 32 0 36 127 23 50 116 55
Binary 11001110 10010001 11010 0 11110 1010111 10011 101000 1001110 101101

Color Harmonies of #CE911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE911A

Black with #CE911A

Text Example


Text Example

White with #CE911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE911A; }

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

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

background-color css

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

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

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

border-color css

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

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

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