Html Css Color HEX #CE8B1E Buttercup

📋 copy color: '#CE8B1E'

red 206 ◦ green 139 ◦ blue 30

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

Shades of Buttercup #CE8B1E

Tints of Buttercup #CE8B1E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.07%

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

R = 54.93%
G = 37.07%
B = 8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE8B1E (or 0xCE8B1E) is known color: Buttercup. HEX triplet: CE, 8B and 1E. RGB value is (206,139,30). Sum of RGB (Red+Green+Blue) = 206+139+30=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8B1E is #3174E1. Grayscale: #939393. Windows color (decimal): -3241186 or 2001870. OLE color: 2001870.

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

Color convert

RGB 206 139 30 -
CMYK 0 0.33 0.85 0.19
HSL 37.16º 0.75% 0.46% -
HSV(B) 37.16º 0.85% 0.81% -
XYZ 34.92 31.68 5.5 -
YUV 146.61 62.2 170.36 -
System Red Green Blue C M Y K H S L
Decimal 206 139 30 0 0.33 0.85 0.19 37.16 0.75 0.46
Hex CE 8B 1E 0 21 55 13 25 4B 2E
Octal 316 213 36 0 41 125 23 45 113 56
Binary 11001110 10001011 11110 0 100001 1010101 10011 100101 1001011 101110

Color Harmonies of #CE8B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8B1E

Black with #CE8B1E

Text Example


Text Example

White with #CE8B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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