Html Css Color HEX #EDA632 Yellow Sea

📋 copy color: '#EDA632'

red 237 ◦ green 166 ◦ blue 50

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

Shades of Yellow Sea #EDA632

Tints of Yellow Sea #EDA632

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.64%

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

R = 52.32%
G = 36.64%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDA632 (or 0xEDA632) is known color: Yellow Sea. HEX triplet: ED, A6 and 32. RGB value is (237,166,50). Sum of RGB (Red+Green+Blue) = 237+166+50=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA632 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA632 is #1259CD. Grayscale: #AEAEAE. Windows color (decimal): -1202638 or 3319533. OLE color: 3319533.

HSL color Cylindrical-coordinate representation of color #EDA632: hue angle of 37.22º 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 #EDA632 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 166 50 -
CMYK 0 0.30 0.79 0.07
HSL 37.22º 0.84% 0.56% -
HSV(B) 37.22º 0.79% 0.93% -
XYZ 49.14 45.51 9.21 -
YUV 174.01 58.02 172.93 -
System Red Green Blue C M Y K H S L
Decimal 237 166 50 0 0.30 0.79 0.07 37.22 0.84 0.56
Hex ED A6 32 0 1E 4F 7 25 54 38
Octal 355 246 62 0 36 117 7 45 124 70
Binary 11101101 10100110 110010 0 11110 1001111 111 100101 1010100 111000

Color Harmonies of #EDA632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA632

Black with #EDA632

Text Example


Text Example

White with #EDA632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA632; }

 p { color: rgb(237,166,50); }

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

background-color css

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

 a { background-color: rgb(237,166,50); }

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

border-color css

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

 span { border-color: rgb(237,166,50); }

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