Html Css Color HEX #CE9730 Fuel Yellow

📋 copy color: '#CE9730'

red 206 ◦ green 151 ◦ blue 48

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

Shades of Fuel Yellow #CE9730

Tints of Fuel Yellow #CE9730

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.28%

 BLUE value IS 48 (19.14% from 255) = 11.85%

R = 50.86%
G = 37.28%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE9730 (or 0xCE9730) is known color: Fuel Yellow. HEX triplet: CE, 97 and 30. RGB value is (206,151,48). Sum of RGB (Red+Green+Blue) = 206+151+48=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9730 is #3168CF. Grayscale: #9C9C9C. Windows color (decimal): -3238096 or 3184590. OLE color: 3184590.

HSL color Cylindrical-coordinate representation of color #CE9730: hue angle of 39.11º degrees, saturation: 0.62, 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 #CE9730 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 151 48 -
CMYK 0 0.27 0.77 0.19
HSL 39.11º 0.62% 0.5% -
HSV(B) 39.11º 0.77% 0.81% -
XYZ 37.05 35.47 7.69 -
YUV 155.7 67.22 163.88 -
System Red Green Blue C M Y K H S L
Decimal 206 151 48 0 0.27 0.77 0.19 39.11 0.62 0.5
Hex CE 97 30 0 1B 4D 13 27 3E 32
Octal 316 227 60 0 33 115 23 47 76 62
Binary 11001110 10010111 110000 0 11011 1001101 10011 100111 111110 110010

Color Harmonies of #CE9730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9730

Black with #CE9730

Text Example


Text Example

White with #CE9730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9730; }

 p { color: rgb(206,151,48); }

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

background-color css

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

 a { background-color: rgb(206,151,48); }

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

border-color css

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

 span { border-color: rgb(206,151,48); }

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