Html Css Color HEX #CE910D Gamboge

📋 copy color: '#CE910D'

red 206 ◦ green 145 ◦ blue 13

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

Shades of Gamboge #CE910D

Tints of Gamboge #CE910D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.84%

 BLUE value IS 13 (5.47% from 255) = 3.57%

R = 56.59%
G = 39.84%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE910D (or 0xCE910D) is known color: Gamboge. HEX triplet: CE, 91 and 0D. RGB value is (206,145,13). Sum of RGB (Red+Green+Blue) = 206+145+13=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE910D is #316EF2. Grayscale: #949494. Windows color (decimal): -3239667 or 889294. OLE color: 889294.

HSL color Cylindrical-coordinate representation of color #CE910D: hue angle of 41.04º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE910D is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 145 13 -
CMYK 0 0.30 0.94 0.19
HSL 41.04º 0.88% 0.43% -
HSV(B) 41.04º 0.94% 0.81% -
XYZ 35.65 33.4 4.95 -
YUV 148.19 51.71 169.23 -
System Red Green Blue C M Y K H S L
Decimal 206 145 13 0 0.30 0.94 0.19 41.04 0.88 0.43
Hex CE 91 D 0 1E 5E 13 29 58 2B
Octal 316 221 15 0 36 136 23 51 130 53
Binary 11001110 10010001 1101 0 11110 1011110 10011 101001 1011000 101011

Color Harmonies of #CE910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE910D

Black with #CE910D

Text Example


Text Example

White with #CE910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE910D; }

 p { color: rgb(206,145,13); }

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

background-color css

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

 a { background-color: rgb(206,145,13); }

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

border-color css

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

 span { border-color: rgb(206,145,13); }

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