Html Css Color HEX #CE8D3A Fuel Yellow

📋 copy color: '#CE8D3A'

red 206 ◦ green 141 ◦ blue 58

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

Shades of Fuel Yellow #CE8D3A

Tints of Fuel Yellow #CE8D3A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.81%

 BLUE value IS 58 (23.05% from 255) = 14.32%

R = 50.86%
G = 34.81%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE8D3A (or 0xCE8D3A) is known color: Fuel Yellow. HEX triplet: CE, 8D and 3A. RGB value is (206,141,58). Sum of RGB (Red+Green+Blue) = 206+141+58=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D3A is #3172C5. Grayscale: #979797. Windows color (decimal): -3240646 or 3837390. OLE color: 3837390.

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

Color convert

RGB 206 141 58 -
CMYK 0 0.32 0.72 0.19
HSL 33.65º 0.6% 0.52% -
HSV(B) 33.65º 0.72% 0.81% -
XYZ 35.74 32.48 8.39 -
YUV 150.97 75.53 167.25 -
System Red Green Blue C M Y K H S L
Decimal 206 141 58 0 0.32 0.72 0.19 33.65 0.6 0.52
Hex CE 8D 3A 0 20 48 13 22 3C 34
Octal 316 215 72 0 40 110 23 42 74 64
Binary 11001110 10001101 111010 0 100000 1001000 10011 100010 111100 110100

Color Harmonies of #CE8D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D3A

Black with #CE8D3A

Text Example


Text Example

White with #CE8D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D3A; }

 p { color: rgb(206,141,58); }

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

background-color css

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

 a { background-color: rgb(206,141,58); }

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

border-color css

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

 span { border-color: rgb(206,141,58); }

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