Html Css Color HEX #CE8E1E Buttercup

📋 copy color: '#CE8E1E'

red 206 ◦ green 142 ◦ blue 30

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

Shades of Buttercup #CE8E1E

Tints of Buttercup #CE8E1E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.57%

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

R = 54.5%
G = 37.57%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE8E1E (or 0xCE8E1E) is known color: Buttercup. HEX triplet: CE, 8E and 1E. RGB value is (206,142,30). Sum of RGB (Red+Green+Blue) = 206+142+30=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8E1E is #3171E1. Grayscale: #949494. Windows color (decimal): -3240418 or 2002638. OLE color: 2002638.

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

Color convert

RGB 206 142 30 -
CMYK 0 0.31 0.85 0.19
HSL 38.18º 0.75% 0.46% -
HSV(B) 38.18º 0.85% 0.81% -
XYZ 35.36 32.56 5.65 -
YUV 148.37 61.2 169.11 -
System Red Green Blue C M Y K H S L
Decimal 206 142 30 0 0.31 0.85 0.19 38.18 0.75 0.46
Hex CE 8E 1E 0 1F 55 13 26 4B 2E
Octal 316 216 36 0 37 125 23 46 113 56
Binary 11001110 10001110 11110 0 11111 1010101 10011 100110 1001011 101110

Color Harmonies of #CE8E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8E1E

Black with #CE8E1E

Text Example


Text Example

White with #CE8E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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