Html Css Color HEX #EDD455 Portica

📋 copy color: '#EDD455'

red 237 ◦ green 212 ◦ blue 85

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

Shades of Portica #EDD455

Tints of Portica #EDD455

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.7%

 BLUE value IS 85 (33.59% from 255) = 15.92%

R = 44.38%
G = 39.7%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDD455 (or 0xEDD455) is known color: Portica. HEX triplet: ED, D4 and 55. RGB value is (237,212,85). Sum of RGB (Red+Green+Blue) = 237+212+85=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 85 (33.59% from 255 or 15.92% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD455 is #122BAA. Grayscale: #CDCDCD. Windows color (decimal): -1190827 or 5625069. OLE color: 5625069.

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

Color convert

RGB 237 212 85 -
CMYK 0 0.11 0.64 0.07
HSL 50.13º 0.81% 0.63% -
HSV(B) 50.13º 0.64% 0.93% -
XYZ 60.11 65.75 18.12 -
YUV 205 60.28 150.83 -
System Red Green Blue C M Y K H S L
Decimal 237 212 85 0 0.11 0.64 0.07 50.13 0.81 0.63
Hex ED D4 55 0 B 40 7 32 51 3F
Octal 355 324 125 0 13 100 7 62 121 77
Binary 11101101 11010100 1010101 0 1011 1000000 111 110010 1010001 111111

Color Harmonies of #EDD455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD455

Black with #EDD455

Text Example


Text Example

White with #EDD455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD455; }

 p { color: rgb(237,212,85); }

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

background-color css

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

 a { background-color: rgb(237,212,85); }

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

border-color css

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

 span { border-color: rgb(237,212,85); }

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