Html Css Color HEX #CE8D1E Buttercup

📋 copy color: '#CE8D1E'

red 206 ◦ green 141 ◦ blue 30

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

Shades of Buttercup #CE8D1E

Tints of Buttercup #CE8D1E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.4%

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

R = 54.64%
G = 37.4%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE8D1E (or 0xCE8D1E) is known color: Buttercup. HEX triplet: CE, 8D and 1E. RGB value is (206,141,30). Sum of RGB (Red+Green+Blue) = 206+141+30=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D1E is #3172E1. Grayscale: #949494. Windows color (decimal): -3240674 or 2002382. OLE color: 2002382.

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

Color convert

RGB 206 141 30 -
CMYK 0 0.32 0.85 0.19
HSL 37.84º 0.75% 0.46% -
HSV(B) 37.84º 0.85% 0.81% -
XYZ 35.21 32.27 5.6 -
YUV 147.78 61.53 169.53 -
System Red Green Blue C M Y K H S L
Decimal 206 141 30 0 0.32 0.85 0.19 37.84 0.75 0.46
Hex CE 8D 1E 0 20 55 13 26 4B 2E
Octal 316 215 36 0 40 125 23 46 113 56
Binary 11001110 10001101 11110 0 100000 1010101 10011 100110 1001011 101110

Color Harmonies of #CE8D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D1E

Black with #CE8D1E

Text Example


Text Example

White with #CE8D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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