Html Css Color HEX #CE900F Gamboge

📋 copy color: '#CE900F'

red 206 ◦ green 144 ◦ blue 15

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

Shades of Gamboge #CE900F

Tints of Gamboge #CE900F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

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

R = 56.44%
G = 39.45%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE900F (or 0xCE900F) is known color: Gamboge. HEX triplet: CE, 90 and 0F. RGB value is (206,144,15). Sum of RGB (Red+Green+Blue) = 206+144+15=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE900F is #316FF0. Grayscale: #949494. Windows color (decimal): -3239921 or 1020110. OLE color: 1020110.

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

Color convert

RGB 206 144 15 -
CMYK 0 0.30 0.93 0.19
HSL 40.52º 0.86% 0.43% -
HSV(B) 40.52º 0.93% 0.81% -
XYZ 35.51 33.1 4.97 -
YUV 147.83 53.04 169.49 -
System Red Green Blue C M Y K H S L
Decimal 206 144 15 0 0.30 0.93 0.19 40.52 0.86 0.43
Hex CE 90 F 0 1E 5D 13 29 56 2B
Octal 316 220 17 0 36 135 23 51 126 53
Binary 11001110 10010000 1111 0 11110 1011101 10011 101001 1010110 101011

Color Harmonies of #CE900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE900F

Black with #CE900F

Text Example


Text Example

White with #CE900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE900F; }

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

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

background-color css

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

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

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

border-color css

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

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

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