Html Css Color HEX #CE980E Gamboge

📋 copy color: '#CE980E'

red 206 ◦ green 152 ◦ blue 14

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

Shades of Gamboge #CE980E

Tints of Gamboge #CE980E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.86%

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

R = 55.38%
G = 40.86%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE980E (or 0xCE980E) is known color: Gamboge. HEX triplet: CE, 98 and 0E. RGB value is (206,152,14). Sum of RGB (Red+Green+Blue) = 206+152+14=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE980E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE980E is #3167F1. Grayscale: #999999. Windows color (decimal): -3237874 or 956622. OLE color: 956622.

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

Color convert

RGB 206 152 14 -
CMYK 0 0.26 0.93 0.19
HSL 43.13º 0.87% 0.43% -
HSV(B) 43.13º 0.93% 0.81% -
XYZ 36.76 35.61 5.35 -
YUV 152.41 49.89 166.22 -
System Red Green Blue C M Y K H S L
Decimal 206 152 14 0 0.26 0.93 0.19 43.13 0.87 0.43
Hex CE 98 E 0 1A 5D 13 2B 57 2B
Octal 316 230 16 0 32 135 23 53 127 53
Binary 11001110 10011000 1110 0 11010 1011101 10011 101011 1010111 101011

Color Harmonies of #CE980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE980E

Black with #CE980E

Text Example


Text Example

White with #CE980E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE980E; }

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

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

background-color css

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

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

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

border-color css

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

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

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