Html Css Color HEX #CE9419 Buttercup

📋 copy color: '#CE9419'

red 206 ◦ green 148 ◦ blue 25

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

Shades of Buttercup #CE9419

Tints of Buttercup #CE9419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.6%

R = 54.35%
G = 39.05%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE9419 (or 0xCE9419) is known color: Buttercup. HEX triplet: CE, 94 and 19. RGB value is (206,148,25). Sum of RGB (Red+Green+Blue) = 206+148+25=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9419 is #316BE6. Grayscale: #979797. Windows color (decimal): -3238887 or 1676494. OLE color: 1676494.

HSL color Cylindrical-coordinate representation of color #CE9419: hue angle of 40.77º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE9419 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 148 25 -
CMYK 0 0.28 0.88 0.19
HSL 40.77º 0.78% 0.45% -
HSV(B) 40.77º 0.88% 0.81% -
XYZ 36.22 34.37 5.65 -
YUV 151.32 56.72 167 -
System Red Green Blue C M Y K H S L
Decimal 206 148 25 0 0.28 0.88 0.19 40.77 0.78 0.45
Hex CE 94 19 0 1C 58 13 29 4E 2D
Octal 316 224 31 0 34 130 23 51 116 55
Binary 11001110 10010100 11001 0 11100 1011000 10011 101001 1001110 101101

Color Harmonies of #CE9419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9419

Black with #CE9419

Text Example


Text Example

White with #CE9419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9419; }

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

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

background-color css

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

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

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

border-color css

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

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

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