Html Css Color HEX #EDA23E Yellow Sea

📋 copy color: '#EDA23E'

red 237 ◦ green 162 ◦ blue 62

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

Shades of Yellow Sea #EDA23E

Tints of Yellow Sea #EDA23E

RGB

 RED value IS 237 (92.97% from 255) = 51.41%

 GREEN value IS 162 (63.67% from 255) = 35.14%

 BLUE value IS 62 (24.61% from 255) = 13.45%

R = 51.41%
G = 35.14%
B = 13.45%

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

#EDA23E (or 0xEDA23E) is known color: Yellow Sea. HEX triplet: ED, A2 and 3E. RGB value is (237,162,62). Sum of RGB (Red+Green+Blue) = 237+162+62=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 62 (24.61% from 255 or 13.45% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA23E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA23E is #125DC1. Grayscale: #ADADAD. Windows color (decimal): -1203650 or 4104941. OLE color: 4104941.

HSL color Cylindrical-coordinate representation of color #EDA23E: hue angle of 34.29º degrees, saturation: 0.83, 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 #EDA23E is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 162 62 -
CMYK 0 0.32 0.74 0.07
HSL 34.29º 0.83% 0.59% -
HSV(B) 34.29º 0.74% 0.93% -
XYZ 48.71 44.19 10.52 -
YUV 173.03 65.35 173.63 -
System Red Green Blue C M Y K H S L
Decimal 237 162 62 0 0.32 0.74 0.07 34.29 0.83 0.59
Hex ED A2 3E 0 20 4A 7 22 53 3B
Octal 355 242 76 0 40 112 7 42 123 73
Binary 11101101 10100010 111110 0 100000 1001010 111 100010 1010011 111011

Color Harmonies of #EDA23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA23E

Black with #EDA23E

Text Example


Text Example

White with #EDA23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA23E; }

 p { color: rgb(237,162,62); }

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

background-color css

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

 a { background-color: rgb(237,162,62); }

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

border-color css

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

 span { border-color: rgb(237,162,62); }

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