Html Css Color HEX #CE951A Buttercup

📋 copy color: '#CE951A'

red 206 ◦ green 149 ◦ blue 26

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

Shades of Buttercup #CE951A

Tints of Buttercup #CE951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.11%

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

R = 54.07%
G = 39.11%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE951A (or 0xCE951A) is known color: Buttercup. HEX triplet: CE, 95 and 1A. RGB value is (206,149,26). Sum of RGB (Red+Green+Blue) = 206+149+26=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE951A is #316AE5. Grayscale: #989898. Windows color (decimal): -3238630 or 1742286. OLE color: 1742286.

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

Color convert

RGB 206 149 26 -
CMYK 0 0.28 0.87 0.19
HSL 41º 0.78% 0.45% -
HSV(B) 41º 0.87% 0.81% -
XYZ 36.39 34.69 5.76 -
YUV 152.02 56.88 166.5 -
System Red Green Blue C M Y K H S L
Decimal 206 149 26 0 0.28 0.87 0.19 41 0.78 0.45
Hex CE 95 1A 0 1C 57 13 29 4E 2D
Octal 316 225 32 0 34 127 23 51 116 55
Binary 11001110 10010101 11010 0 11100 1010111 10011 101001 1001110 101101

Color Harmonies of #CE951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE951A

Black with #CE951A

Text Example


Text Example

White with #CE951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE951A; }

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

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

background-color css

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

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

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

border-color css

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

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

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