Html Css Color HEX #E69B32 Yellow Sea

📋 copy color: '#E69B32'

red 230 ◦ green 155 ◦ blue 50

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

Shades of Yellow Sea #E69B32

Tints of Yellow Sea #E69B32

RGB

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

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

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

R = 52.87%
G = 35.63%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E69B32 (or 0xE69B32) is known color: Yellow Sea. HEX triplet: E6, 9B and 32. RGB value is (230,155,50). Sum of RGB (Red+Green+Blue) = 230+155+50=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69B32 is #1964CD. Grayscale: #A5A5A5. Windows color (decimal): -1664206 or 3316710. OLE color: 3316710.

HSL color Cylindrical-coordinate representation of color #E69B32: hue angle of 35º 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 #E69B32 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 155 50 -
CMYK 0 0.33 0.78 0.10
HSL 35º 0.78% 0.55% -
HSV(B) 35º 0.78% 0.9% -
XYZ 44.93 40.5 8.47 -
YUV 165.46 62.85 174.04 -
System Red Green Blue C M Y K H S L
Decimal 230 155 50 0 0.33 0.78 0.10 35 0.78 0.55
Hex E6 9B 32 0 21 4E A 23 4E 37
Octal 346 233 62 0 41 116 12 43 116 67
Binary 11100110 10011011 110010 0 100001 1001110 1010 100011 1001110 110111

Color Harmonies of #E69B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69B32

Black with #E69B32

Text Example


Text Example

White with #E69B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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