Html Css Color HEX #EDD85A Portica

📋 copy color: '#EDD85A'

red 237 ◦ green 216 ◦ blue 90

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

Shades of Portica #EDD85A

Tints of Portica #EDD85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.78%

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

R = 43.65%
G = 39.78%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDD85A (or 0xEDD85A) is known color: Portica. HEX triplet: ED, D8 and 5A. RGB value is (237,216,90). Sum of RGB (Red+Green+Blue) = 237+216+90=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 90 (35.55% from 255 or 16.57% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD85A is #1227A5. Grayscale: #D0D0D0. Windows color (decimal): -1189798 or 5953773. OLE color: 5953773.

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

Color convert

RGB 237 216 90 -
CMYK 0 0.09 0.62 0.07
HSL 51.43º 0.8% 0.64% -
HSV(B) 51.43º 0.62% 0.93% -
XYZ 61.33 67.85 19.54 -
YUV 207.92 61.46 148.75 -
System Red Green Blue C M Y K H S L
Decimal 237 216 90 0 0.09 0.62 0.07 51.43 0.8 0.64
Hex ED D8 5A 0 9 3E 7 33 50 40
Octal 355 330 132 0 11 76 7 63 120 100
Binary 11101101 11011000 1011010 0 1001 111110 111 110011 1010000 1000000

Color Harmonies of #EDD85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD85A

Black with #EDD85A

Text Example


Text Example

White with #EDD85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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