Html Css Color HEX #CE960D Gamboge

📋 copy color: '#CE960D'

red 206 ◦ green 150 ◦ blue 13

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

Shades of Gamboge #CE960D

Tints of Gamboge #CE960D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.65%

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

R = 55.83%
G = 40.65%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE960D (or 0xCE960D) is known color: Gamboge. HEX triplet: CE, 96 and 0D. RGB value is (206,150,13). Sum of RGB (Red+Green+Blue) = 206+150+13=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE960D is #3169F2. Grayscale: #979797. Windows color (decimal): -3238387 or 890574. OLE color: 890574.

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

Color convert

RGB 206 150 13 -
CMYK 0 0.27 0.94 0.19
HSL 42.59º 0.88% 0.43% -
HSV(B) 42.59º 0.94% 0.81% -
XYZ 36.43 34.96 5.21 -
YUV 151.13 50.05 167.14 -
System Red Green Blue C M Y K H S L
Decimal 206 150 13 0 0.27 0.94 0.19 42.59 0.88 0.43
Hex CE 96 D 0 1B 5E 13 2B 58 2B
Octal 316 226 15 0 33 136 23 53 130 53
Binary 11001110 10010110 1101 0 11011 1011110 10011 101011 1011000 101011

Color Harmonies of #CE960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE960D

Black with #CE960D

Text Example


Text Example

White with #CE960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE960D; }

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

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

background-color css

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

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

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

border-color css

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

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

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