Html Css Color HEX #CE8B2F Fuel Yellow

📋 copy color: '#CE8B2F'

red 206 ◦ green 139 ◦ blue 47

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

Shades of Fuel Yellow #CE8B2F

Tints of Fuel Yellow #CE8B2F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.46%

 BLUE value IS 47 (18.75% from 255) = 11.99%

R = 52.55%
G = 35.46%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE8B2F (or 0xCE8B2F) is known color: Fuel Yellow. HEX triplet: CE, 8B and 2F. RGB value is (206,139,47). Sum of RGB (Red+Green+Blue) = 206+139+47=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8B2F is #3174D0. Grayscale: #949494. Windows color (decimal): -3241169 or 3115982. OLE color: 3115982.

HSL color Cylindrical-coordinate representation of color #CE8B2F: hue angle of 34.72º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE8B2F is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 139 47 -
CMYK 0 0.33 0.77 0.19
HSL 34.72º 0.63% 0.5% -
HSV(B) 34.72º 0.77% 0.81% -
XYZ 35.2 31.79 6.97 -
YUV 148.55 70.7 168.98 -
System Red Green Blue C M Y K H S L
Decimal 206 139 47 0 0.33 0.77 0.19 34.72 0.63 0.5
Hex CE 8B 2F 0 21 4D 13 23 3F 32
Octal 316 213 57 0 41 115 23 43 77 62
Binary 11001110 10001011 101111 0 100001 1001101 10011 100011 111111 110010

Color Harmonies of #CE8B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8B2F

Black with #CE8B2F

Text Example


Text Example

White with #CE8B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8B2F; }

 p { color: rgb(206,139,47); }

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

background-color css

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

 a { background-color: rgb(206,139,47); }

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

border-color css

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

 span { border-color: rgb(206,139,47); }

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