Html Css Color HEX #EDA431 Yellow Sea

📋 copy color: '#EDA431'

red 237 ◦ green 164 ◦ blue 49

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

Shades of Yellow Sea #EDA431

Tints of Yellow Sea #EDA431

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.44%

 BLUE value IS 49 (19.53% from 255) = 10.89%

R = 52.67%
G = 36.44%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDA431 (or 0xEDA431) is known color: Yellow Sea. HEX triplet: ED, A4 and 31. RGB value is (237,164,49). Sum of RGB (Red+Green+Blue) = 237+164+49=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 49 (19.53% from 255 or 10.89% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA431 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA431 is #125BCE. Grayscale: #ADADAD. Windows color (decimal): -1203151 or 3253485. OLE color: 3253485.

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

Color convert

RGB 237 164 49 -
CMYK 0 0.31 0.79 0.07
HSL 36.7º 0.84% 0.56% -
HSV(B) 36.7º 0.79% 0.93% -
XYZ 48.75 44.78 8.98 -
YUV 172.72 58.18 173.85 -
System Red Green Blue C M Y K H S L
Decimal 237 164 49 0 0.31 0.79 0.07 36.7 0.84 0.56
Hex ED A4 31 0 1F 4F 7 25 54 38
Octal 355 244 61 0 37 117 7 45 124 70
Binary 11101101 10100100 110001 0 11111 1001111 111 100101 1010100 111000

Color Harmonies of #EDA431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA431

Black with #EDA431

Text Example


Text Example

White with #EDA431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA431; }

 p { color: rgb(237,164,49); }

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

background-color css

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

 a { background-color: rgb(237,164,49); }

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

border-color css

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

 span { border-color: rgb(237,164,49); }

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