Html Css Color HEX #CE921E Buttercup

📋 copy color: '#CE921E'

red 206 ◦ green 146 ◦ blue 30

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

Shades of Buttercup #CE921E

Tints of Buttercup #CE921E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.85%

R = 53.93%
G = 38.22%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE921E (or 0xCE921E) is known color: Buttercup. HEX triplet: CE, 92 and 1E. RGB value is (206,146,30). Sum of RGB (Red+Green+Blue) = 206+146+30=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE921E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE921E is #316DE1. Grayscale: #979797. Windows color (decimal): -3239394 or 2003662. OLE color: 2003662.

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

Color convert

RGB 206 146 30 -
CMYK 0 0.29 0.85 0.19
HSL 39.55º 0.75% 0.46% -
HSV(B) 39.55º 0.85% 0.81% -
XYZ 35.97 33.77 5.85 -
YUV 150.72 59.88 167.43 -
System Red Green Blue C M Y K H S L
Decimal 206 146 30 0 0.29 0.85 0.19 39.55 0.75 0.46
Hex CE 92 1E 0 1D 55 13 28 4B 2E
Octal 316 222 36 0 35 125 23 50 113 56
Binary 11001110 10010010 11110 0 11101 1010101 10011 101000 1001011 101110

Color Harmonies of #CE921E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE921E

Black with #CE921E

Text Example


Text Example

White with #CE921E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE921E; }

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

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

background-color css

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

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

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

border-color css

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

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

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