Html Css Color HEX #CE950D Gamboge

📋 copy color: '#CE950D'

red 206 ◦ green 149 ◦ blue 13

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

Shades of Gamboge #CE950D

Tints of Gamboge #CE950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.49%

 BLUE value IS 13 (5.47% from 255) = 3.53%

R = 55.98%
G = 40.49%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE950D (or 0xCE950D) is known color: Gamboge. HEX triplet: CE, 95 and 0D. RGB value is (206,149,13). Sum of RGB (Red+Green+Blue) = 206+149+13=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE950D is #316AF2. Grayscale: #979797. Windows color (decimal): -3238643 or 890318. OLE color: 890318.

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

Color convert

RGB 206 149 13 -
CMYK 0 0.28 0.94 0.19
HSL 42.28º 0.88% 0.43% -
HSV(B) 42.28º 0.94% 0.81% -
XYZ 36.27 34.65 5.16 -
YUV 150.54 50.38 167.56 -
System Red Green Blue C M Y K H S L
Decimal 206 149 13 0 0.28 0.94 0.19 42.28 0.88 0.43
Hex CE 95 D 0 1C 5E 13 2A 58 2B
Octal 316 225 15 0 34 136 23 52 130 53
Binary 11001110 10010101 1101 0 11100 1011110 10011 101010 1011000 101011

Color Harmonies of #CE950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE950D

Black with #CE950D

Text Example


Text Example

White with #CE950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE950D; }

 p { color: rgb(206,149,13); }

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

background-color css

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

 a { background-color: rgb(206,149,13); }

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

border-color css

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

 span { border-color: rgb(206,149,13); }

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