Html Css Color HEX #CE930F Gamboge

📋 copy color: '#CE930F'

red 206 ◦ green 147 ◦ blue 15

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

Shades of Gamboge #CE930F

Tints of Gamboge #CE930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.95%

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

R = 55.98%
G = 39.95%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE930F (or 0xCE930F) is known color: Gamboge. HEX triplet: CE, 93 and 0F. RGB value is (206,147,15). Sum of RGB (Red+Green+Blue) = 206+147+15=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE930F is #316CF0. Grayscale: #969696. Windows color (decimal): -3239153 or 1020878. OLE color: 1020878.

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

Color convert

RGB 206 147 15 -
CMYK 0 0.29 0.93 0.19
HSL 41.47º 0.86% 0.43% -
HSV(B) 41.47º 0.93% 0.81% -
XYZ 35.97 34.02 5.12 -
YUV 149.59 52.05 168.23 -
System Red Green Blue C M Y K H S L
Decimal 206 147 15 0 0.29 0.93 0.19 41.47 0.86 0.43
Hex CE 93 F 0 1D 5D 13 29 56 2B
Octal 316 223 17 0 35 135 23 51 126 53
Binary 11001110 10010011 1111 0 11101 1011101 10011 101001 1010110 101011

Color Harmonies of #CE930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE930F

Black with #CE930F

Text Example


Text Example

White with #CE930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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