Html Css Color HEX #CE9B3C Fuel Yellow

📋 copy color: '#CE9B3C'

red 206 ◦ green 155 ◦ blue 60

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

Shades of Fuel Yellow #CE9B3C

Tints of Fuel Yellow #CE9B3C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.82%

 BLUE value IS 60 (23.83% from 255) = 14.25%

R = 48.93%
G = 36.82%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE9B3C (or 0xCE9B3C) is known color: Fuel Yellow. HEX triplet: CE, 9B and 3C. RGB value is (206,155,60). Sum of RGB (Red+Green+Blue) = 206+155+60=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9B3C is #3164C3. Grayscale: #9F9F9F. Windows color (decimal): -3237060 or 3972046. OLE color: 3972046.

HSL color Cylindrical-coordinate representation of color #CE9B3C: hue angle of 39.04º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE9B3C is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 155 60 -
CMYK 0 0.25 0.71 0.19
HSL 39.04º 0.6% 0.52% -
HSV(B) 39.04º 0.71% 0.81% -
XYZ 37.99 36.89 9.39 -
YUV 159.42 71.9 161.22 -
System Red Green Blue C M Y K H S L
Decimal 206 155 60 0 0.25 0.71 0.19 39.04 0.6 0.52
Hex CE 9B 3C 0 19 47 13 27 3C 34
Octal 316 233 74 0 31 107 23 47 74 64
Binary 11001110 10011011 111100 0 11001 1000111 10011 100111 111100 110100

Color Harmonies of #CE9B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9B3C

Black with #CE9B3C

Text Example


Text Example

White with #CE9B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9B3C; }

 p { color: rgb(206,155,60); }

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

background-color css

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

 a { background-color: rgb(206,155,60); }

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

border-color css

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

 span { border-color: rgb(206,155,60); }

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