Html Css Color HEX #EEA13D Yellow Sea

📋 copy color: '#EEA13D'

red 238 ◦ green 161 ◦ blue 61

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

Shades of Yellow Sea #EEA13D

Tints of Yellow Sea #EEA13D

RGB

 RED value IS 238 (93.36% from 255) = 51.74%

 GREEN value IS 161 (63.28% from 255) = 35%

 BLUE value IS 61 (24.22% from 255) = 13.26%

R = 51.74%
G = 35%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EEA13D (or 0xEEA13D) is known color: Yellow Sea. HEX triplet: EE, A1 and 3D. RGB value is (238,161,61). Sum of RGB (Red+Green+Blue) = 238+161+61=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA13D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA13D is #115EC2. Grayscale: #ADADAD. Windows color (decimal): -1138371 or 4039150. OLE color: 4039150.

HSL color Cylindrical-coordinate representation of color #EEA13D: hue angle of 33.9º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEA13D is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 161 61 -
CMYK 0 0.32 0.74 0.07
HSL 33.9º 0.84% 0.59% -
HSV(B) 33.9º 0.74% 0.93% -
XYZ 48.85 44 10.33 -
YUV 172.62 65.01 174.63 -
System Red Green Blue C M Y K H S L
Decimal 238 161 61 0 0.32 0.74 0.07 33.9 0.84 0.59
Hex EE A1 3D 0 20 4A 7 22 54 3B
Octal 356 241 75 0 40 112 7 42 124 73
Binary 11101110 10100001 111101 0 100000 1001010 111 100010 1010100 111011

Color Harmonies of #EEA13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA13D

Black with #EEA13D

Text Example


Text Example

White with #EEA13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA13D; }

 p { color: rgb(238,161,61); }

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

background-color css

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

 a { background-color: rgb(238,161,61); }

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

border-color css

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

 span { border-color: rgb(238,161,61); }

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