Html Css Color HEX #CE9425 Buttercup

📋 copy color: '#CE9425'

red 206 ◦ green 148 ◦ blue 37

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

Shades of Buttercup #CE9425

Tints of Buttercup #CE9425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.85%

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

R = 52.69%
G = 37.85%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE9425 (or 0xCE9425) is known color: Buttercup. HEX triplet: CE, 94 and 25. RGB value is (206,148,37). Sum of RGB (Red+Green+Blue) = 206+148+37=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 37 (14.84% from 255 or 9.46% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9425 is #316BDA. Grayscale: #999999. Windows color (decimal): -3238875 or 2462926. OLE color: 2462926.

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

Color convert

RGB 206 148 37 -
CMYK 0 0.28 0.82 0.19
HSL 39.41º 0.7% 0.48% -
HSV(B) 39.41º 0.82% 0.81% -
XYZ 36.38 34.44 6.48 -
YUV 152.69 62.72 166.03 -
System Red Green Blue C M Y K H S L
Decimal 206 148 37 0 0.28 0.82 0.19 39.41 0.7 0.48
Hex CE 94 25 0 1C 52 13 27 46 30
Octal 316 224 45 0 34 122 23 47 106 60
Binary 11001110 10010100 100101 0 11100 1010010 10011 100111 1000110 110000

Color Harmonies of #CE9425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9425

Black with #CE9425

Text Example


Text Example

White with #CE9425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9425; }

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

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

background-color css

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

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

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

border-color css

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

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

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