Html Css Color HEX #CE921A Buttercup

📋 copy color: '#CE921A'

red 206 ◦ green 146 ◦ blue 26

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

Shades of Buttercup #CE921A

Tints of Buttercup #CE921A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.62%

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

R = 54.5%
G = 38.62%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE921A (or 0xCE921A) is known color: Buttercup. HEX triplet: CE, 92 and 1A. RGB value is (206,146,26). Sum of RGB (Red+Green+Blue) = 206+146+26=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE921A is #316DE5. Grayscale: #969696. Windows color (decimal): -3239398 or 1741518. OLE color: 1741518.

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

Color convert

RGB 206 146 26 -
CMYK 0 0.29 0.87 0.19
HSL 40º 0.78% 0.45% -
HSV(B) 40º 0.87% 0.81% -
XYZ 35.92 33.75 5.6 -
YUV 150.26 57.88 167.76 -
System Red Green Blue C M Y K H S L
Decimal 206 146 26 0 0.29 0.87 0.19 40 0.78 0.45
Hex CE 92 1A 0 1D 57 13 28 4E 2D
Octal 316 222 32 0 35 127 23 50 116 55
Binary 11001110 10010010 11010 0 11101 1010111 10011 101000 1001110 101101

Color Harmonies of #CE921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE921A

Black with #CE921A

Text Example


Text Example

White with #CE921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE921A; }

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

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

background-color css

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

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

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

border-color css

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

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

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