Html Css Color HEX #EAA13D Yellow Sea

📋 copy color: '#EAA13D'

red 234 ◦ green 161 ◦ blue 61

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

Shades of Yellow Sea #EAA13D

Tints of Yellow Sea #EAA13D

RGB

 RED value IS 234 (91.8% from 255) = 51.32%

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

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

R = 51.32%
G = 35.31%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EAA13D (or 0xEAA13D) is known color: Yellow Sea. HEX triplet: EA, A1 and 3D. RGB value is (234,161,61). Sum of RGB (Red+Green+Blue) = 234+161+61=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA13D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA13D is #155EC2. Grayscale: #ABABAB. Windows color (decimal): -1400515 or 4039146. OLE color: 4039146.

HSL color Cylindrical-coordinate representation of color #EAA13D: hue angle of 34.68º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAA13D is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 161 61 -
CMYK 0 0.31 0.74 0.08
HSL 34.68º 0.8% 0.58% -
HSV(B) 34.68º 0.74% 0.92% -
XYZ 47.52 43.32 10.27 -
YUV 171.43 65.68 172.63 -
System Red Green Blue C M Y K H S L
Decimal 234 161 61 0 0.31 0.74 0.08 34.68 0.8 0.58
Hex EA A1 3D 0 1F 4A 8 23 50 3A
Octal 352 241 75 0 37 112 10 43 120 72
Binary 11101010 10100001 111101 0 11111 1001010 1000 100011 1010000 111010

Color Harmonies of #EAA13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA13D

Black with #EAA13D

Text Example


Text Example

White with #EAA13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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