Html Css Color HEX #CE8F13 Gamboge

📋 copy color: '#CE8F13'

red 206 ◦ green 143 ◦ blue 19

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

Shades of Gamboge #CE8F13

Tints of Gamboge #CE8F13

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.86%

 BLUE value IS 19 (7.81% from 255) = 5.16%

R = 55.98%
G = 38.86%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE8F13 (or 0xCE8F13) is known color: Gamboge. HEX triplet: CE, 8F and 13. RGB value is (206,143,19). Sum of RGB (Red+Green+Blue) = 206+143+19=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8F13 is #3170EC. Grayscale: #949494. Windows color (decimal): -3240173 or 1281998. OLE color: 1281998.

HSL color Cylindrical-coordinate representation of color #CE8F13: hue angle of 39.79º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE8F13 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 143 19 -
CMYK 0 0.31 0.91 0.19
HSL 39.79º 0.83% 0.44% -
HSV(B) 39.79º 0.91% 0.81% -
XYZ 35.39 32.81 5.08 -
YUV 147.7 55.37 169.58 -
System Red Green Blue C M Y K H S L
Decimal 206 143 19 0 0.31 0.91 0.19 39.79 0.83 0.44
Hex CE 8F 13 0 1F 5B 13 28 53 2C
Octal 316 217 23 0 37 133 23 50 123 54
Binary 11001110 10001111 10011 0 11111 1011011 10011 101000 1010011 101100

Color Harmonies of #CE8F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F13

Black with #CE8F13

Text Example


Text Example

White with #CE8F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F13; }

 p { color: rgb(206,143,19); }

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

background-color css

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

 a { background-color: rgb(206,143,19); }

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

border-color css

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

 span { border-color: rgb(206,143,19); }

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