Html Css Color HEX #E69F32 Yellow Sea

📋 copy color: '#E69F32'

red 230 ◦ green 159 ◦ blue 50

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

Shades of Yellow Sea #E69F32

Tints of Yellow Sea #E69F32

RGB

 RED value IS 230 (90.23% from 255) = 52.39%

 GREEN value IS 159 (62.5% from 255) = 36.22%

 BLUE value IS 50 (19.92% from 255) = 11.39%

R = 52.39%
G = 36.22%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E69F32 (or 0xE69F32) is known color: Yellow Sea. HEX triplet: E6, 9F and 32. RGB value is (230,159,50). Sum of RGB (Red+Green+Blue) = 230+159+50=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69F32 is #1960CD. Grayscale: #A8A8A8. Windows color (decimal): -1663182 or 3317734. OLE color: 3317734.

HSL color Cylindrical-coordinate representation of color #E69F32: hue angle of 36.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E69F32 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 159 50 -
CMYK 0 0.31 0.78 0.10
HSL 36.33º 0.78% 0.55% -
HSV(B) 36.33º 0.78% 0.9% -
XYZ 45.61 41.85 8.69 -
YUV 167.8 61.52 172.36 -
System Red Green Blue C M Y K H S L
Decimal 230 159 50 0 0.31 0.78 0.10 36.33 0.78 0.55
Hex E6 9F 32 0 1F 4E A 24 4E 37
Octal 346 237 62 0 37 116 12 44 116 67
Binary 11100110 10011111 110010 0 11111 1001110 1010 100100 1001110 110111

Color Harmonies of #E69F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69F32

Black with #E69F32

Text Example


Text Example

White with #E69F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69F32; }

 p { color: rgb(230,159,50); }

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

background-color css

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

 a { background-color: rgb(230,159,50); }

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

border-color css

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

 span { border-color: rgb(230,159,50); }

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