Html Css Color HEX #CE9025 Buttercup

📋 copy color: '#CE9025'

red 206 ◦ green 144 ◦ blue 37

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

Shades of Buttercup #CE9025

Tints of Buttercup #CE9025

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.21%

 BLUE value IS 37 (14.84% from 255) = 9.56%

R = 53.23%
G = 37.21%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE9025 (or 0xCE9025) is known color: Buttercup. HEX triplet: CE, 90 and 25. RGB value is (206,144,37). Sum of RGB (Red+Green+Blue) = 206+144+37=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9025 is #316FDA. Grayscale: #969696. Windows color (decimal): -3239899 or 2461902. OLE color: 2461902.

HSL color Cylindrical-coordinate representation of color #CE9025: hue angle of 37.99º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE9025 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 144 37 -
CMYK 0 0.30 0.82 0.19
HSL 37.99º 0.7% 0.48% -
HSV(B) 37.99º 0.82% 0.81% -
XYZ 35.76 33.2 6.27 -
YUV 150.34 64.04 167.7 -
System Red Green Blue C M Y K H S L
Decimal 206 144 37 0 0.30 0.82 0.19 37.99 0.7 0.48
Hex CE 90 25 0 1E 52 13 26 46 30
Octal 316 220 45 0 36 122 23 46 106 60
Binary 11001110 10010000 100101 0 11110 1010010 10011 100110 1000110 110000

Color Harmonies of #CE9025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9025

Black with #CE9025

Text Example


Text Example

White with #CE9025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9025; }

 p { color: rgb(206,144,37); }

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

background-color css

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

 a { background-color: rgb(206,144,37); }

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

border-color css

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

 span { border-color: rgb(206,144,37); }

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