Html Css Color HEX #CE941A Buttercup

📋 copy color: '#CE941A'

red 206 ◦ green 148 ◦ blue 26

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

Shades of Buttercup #CE941A

Tints of Buttercup #CE941A

RGB

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

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

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

R = 54.21%
G = 38.95%
B = 6.84%

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

#CE941A (or 0xCE941A) is known color: Buttercup. HEX triplet: CE, 94 and 1A. RGB value is (206,148,26). Sum of RGB (Red+Green+Blue) = 206+148+26=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE941A is #316BE5. Grayscale: #979797. Windows color (decimal): -3238886 or 1742030. OLE color: 1742030.

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

Color convert

RGB 206 148 26 -
CMYK 0 0.28 0.87 0.19
HSL 40.67º 0.78% 0.45% -
HSV(B) 40.67º 0.87% 0.81% -
XYZ 36.23 34.38 5.7 -
YUV 151.43 57.22 166.92 -
System Red Green Blue C M Y K H S L
Decimal 206 148 26 0 0.28 0.87 0.19 40.67 0.78 0.45
Hex CE 94 1A 0 1C 57 13 29 4E 2D
Octal 316 224 32 0 34 127 23 51 116 55
Binary 11001110 10010100 11010 0 11100 1010111 10011 101001 1001110 101101

Color Harmonies of #CE941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE941A

Black with #CE941A

Text Example


Text Example

White with #CE941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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