Html Css Color HEX #CE950E Gamboge

📋 copy color: '#CE950E'

red 206 ◦ green 149 ◦ blue 14

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

Shades of Gamboge #CE950E

Tints of Gamboge #CE950E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.79%

R = 55.83%
G = 40.38%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE950E (or 0xCE950E) is known color: Gamboge. HEX triplet: CE, 95 and 0E. RGB value is (206,149,14). Sum of RGB (Red+Green+Blue) = 206+149+14=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE950E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE950E is #316AF1. Grayscale: #979797. Windows color (decimal): -3238642 or 955854. OLE color: 955854.

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

Color convert

RGB 206 149 14 -
CMYK 0 0.28 0.93 0.19
HSL 42.19º 0.87% 0.43% -
HSV(B) 42.19º 0.93% 0.81% -
XYZ 36.28 34.65 5.19 -
YUV 150.65 50.88 167.48 -
System Red Green Blue C M Y K H S L
Decimal 206 149 14 0 0.28 0.93 0.19 42.19 0.87 0.43
Hex CE 95 E 0 1C 5D 13 2A 57 2B
Octal 316 225 16 0 34 135 23 52 127 53
Binary 11001110 10010101 1110 0 11100 1011101 10011 101010 1010111 101011

Color Harmonies of #CE950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE950E

Black with #CE950E

Text Example


Text Example

White with #CE950E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE950E; }

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

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

background-color css

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

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

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

border-color css

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

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

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