Html Css Color HEX #CE981F Buttercup

📋 copy color: '#CE981F'

red 206 ◦ green 152 ◦ blue 31

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

Shades of Buttercup #CE981F

Tints of Buttercup #CE981F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

 BLUE value IS 31 (12.5% from 255) = 7.97%

R = 52.96%
G = 39.07%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE981F (or 0xCE981F) is known color: Buttercup. HEX triplet: CE, 98 and 1F. RGB value is (206,152,31). Sum of RGB (Red+Green+Blue) = 206+152+31=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE981F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE981F is #3167E0. Grayscale: #9A9A9A. Windows color (decimal): -3237857 or 2070734. OLE color: 2070734.

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

Color convert

RGB 206 152 31 -
CMYK 0 0.26 0.85 0.19
HSL 41.49º 0.74% 0.46% -
HSV(B) 41.49º 0.85% 0.81% -
XYZ 36.93 35.68 6.24 -
YUV 154.35 58.39 164.84 -
System Red Green Blue C M Y K H S L
Decimal 206 152 31 0 0.26 0.85 0.19 41.49 0.74 0.46
Hex CE 98 1F 0 1A 55 13 29 4A 2E
Octal 316 230 37 0 32 125 23 51 112 56
Binary 11001110 10011000 11111 0 11010 1010101 10011 101001 1001010 101110

Color Harmonies of #CE981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE981F

Black with #CE981F

Text Example


Text Example

White with #CE981F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE981F; }

 p { color: rgb(206,152,31); }

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

background-color css

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

 a { background-color: rgb(206,152,31); }

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

border-color css

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

 span { border-color: rgb(206,152,31); }

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