Html Css Color HEX #CE9401 Gamboge

📋 copy color: '#CE9401'

red 206 ◦ green 148 ◦ blue 1

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

Shades of Gamboge #CE9401

Tints of Gamboge #CE9401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.69%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 58.03%
G = 41.69%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE9401 (or 0xCE9401) is known color: Gamboge. HEX triplet: CE, 94 and 01. RGB value is (206,148,1). Sum of RGB (Red+Green+Blue) = 206+148+1=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9401 is #316BFE. Grayscale: #959595. Windows color (decimal): -3238911 or 103630. OLE color: 103630.

HSL color Cylindrical-coordinate representation of color #CE9401: hue angle of 43.02º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE9401 is Cyan = 0, Magento = 0.28, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 148 1 -
CMYK 0 0.28 1.00 0.19
HSL 43.02º 0.99% 0.41% -
HSV(B) 43.02º 1% 0.81% -
XYZ 36.05 34.3 4.75 -
YUV 148.58 44.72 168.95 -
System Red Green Blue C M Y K H S L
Decimal 206 148 1 0 0.28 1.00 0.19 43.02 0.99 0.41
Hex CE 94 1 0 1C 64 13 2B 63 29
Octal 316 224 1 0 34 144 23 53 143 51
Binary 11001110 10010100 1 0 11100 1100100 10011 101011 1100011 101001

Color Harmonies of #CE9401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9401

Black with #CE9401

Text Example


Text Example

White with #CE9401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9401; }

 p { color: rgb(206,148,1); }

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

background-color css

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

 a { background-color: rgb(206,148,1); }

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

border-color css

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

 span { border-color: rgb(206,148,1); }

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