Html Css Color HEX #CE941B Buttercup

📋 copy color: '#CE941B'

red 206 ◦ green 148 ◦ blue 27

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

Shades of Buttercup #CE941B

Tints of Buttercup #CE941B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.09%

R = 54.07%
G = 38.85%
B = 7.09%

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

#CE941B (or 0xCE941B) is known color: Buttercup. HEX triplet: CE, 94 and 1B. RGB value is (206,148,27). Sum of RGB (Red+Green+Blue) = 206+148+27=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE941B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE941B is #316BE4. Grayscale: #989898. Windows color (decimal): -3238885 or 1807566. OLE color: 1807566.

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

Color convert

RGB 206 148 27 -
CMYK 0 0.28 0.87 0.19
HSL 40.56º 0.77% 0.46% -
HSV(B) 40.56º 0.87% 0.81% -
XYZ 36.24 34.38 5.76 -
YUV 151.55 57.72 166.84 -
System Red Green Blue C M Y K H S L
Decimal 206 148 27 0 0.28 0.87 0.19 40.56 0.77 0.46
Hex CE 94 1B 0 1C 57 13 29 4D 2E
Octal 316 224 33 0 34 127 23 51 115 56
Binary 11001110 10010100 11011 0 11100 1010111 10011 101001 1001101 101110

Color Harmonies of #CE941B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE941B

Black with #CE941B

Text Example


Text Example

White with #CE941B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE941B; }

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

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

background-color css

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

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

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

border-color css

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

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

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