Html Css Color HEX #CE980F Gamboge

📋 copy color: '#CE980F'

red 206 ◦ green 152 ◦ blue 15

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

Shades of Gamboge #CE980F

Tints of Gamboge #CE980F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.02%

R = 55.23%
G = 40.75%
B = 4.02%

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

#CE980F (or 0xCE980F) is known color: Gamboge. HEX triplet: CE, 98 and 0F. RGB value is (206,152,15). Sum of RGB (Red+Green+Blue) = 206+152+15=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE980F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE980F is #3167F0. Grayscale: #999999. Windows color (decimal): -3237873 or 1022158. OLE color: 1022158.

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

Color convert

RGB 206 152 15 -
CMYK 0 0.26 0.93 0.19
HSL 43.04º 0.86% 0.43% -
HSV(B) 43.04º 0.93% 0.81% -
XYZ 36.77 35.61 5.39 -
YUV 152.53 50.39 166.14 -
System Red Green Blue C M Y K H S L
Decimal 206 152 15 0 0.26 0.93 0.19 43.04 0.86 0.43
Hex CE 98 F 0 1A 5D 13 2B 56 2B
Octal 316 230 17 0 32 135 23 53 126 53
Binary 11001110 10011000 1111 0 11010 1011101 10011 101011 1010110 101011

Color Harmonies of #CE980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE980F

Black with #CE980F

Text Example


Text Example

White with #CE980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE980F; }

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

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

background-color css

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

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

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

border-color css

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

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

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