Html Css Color HEX #EDD55A Portica

📋 copy color: '#EDD55A'

red 237 ◦ green 213 ◦ blue 90

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

Shades of Portica #EDD55A

Tints of Portica #EDD55A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.44%

 BLUE value IS 90 (35.55% from 255) = 16.67%

R = 43.89%
G = 39.44%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDD55A (or 0xEDD55A) is known color: Portica. HEX triplet: ED, D5 and 5A. RGB value is (237,213,90). Sum of RGB (Red+Green+Blue) = 237+213+90=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 90 (35.55% from 255 or 16.67% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD55A is #122AA5. Grayscale: #CECECE. Windows color (decimal): -1190566 or 5953005. OLE color: 5953005.

HSL color Cylindrical-coordinate representation of color #EDD55A: hue angle of 50.2º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDD55A is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 90 -
CMYK 0 0.10 0.62 0.07
HSL 50.2º 0.8% 0.64% -
HSV(B) 50.2º 0.62% 0.93% -
XYZ 60.56 66.33 19.28 -
YUV 206.15 62.45 150 -
System Red Green Blue C M Y K H S L
Decimal 237 213 90 0 0.10 0.62 0.07 50.2 0.8 0.64
Hex ED D5 5A 0 A 3E 7 32 50 40
Octal 355 325 132 0 12 76 7 62 120 100
Binary 11101101 11010101 1011010 0 1010 111110 111 110010 1010000 1000000

Color Harmonies of #EDD55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD55A

Black with #EDD55A

Text Example


Text Example

White with #EDD55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD55A; }

 p { color: rgb(237,213,90); }

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

background-color css

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

 a { background-color: rgb(237,213,90); }

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

border-color css

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

 span { border-color: rgb(237,213,90); }

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