Html Css Color HEX #EDD450 Portica

📋 copy color: '#EDD450'

red 237 ◦ green 212 ◦ blue 80

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

Shades of Portica #EDD450

Tints of Portica #EDD450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.12%

R = 44.8%
G = 40.08%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDD450 (or 0xEDD450) is known color: Portica. HEX triplet: ED, D4 and 50. RGB value is (237,212,80). Sum of RGB (Red+Green+Blue) = 237+212+80=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD450 is #122BAF. Grayscale: #CCCCCC. Windows color (decimal): -1190832 or 5297389. OLE color: 5297389.

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

Color convert

RGB 237 212 80 -
CMYK 0 0.11 0.66 0.07
HSL 50.45º 0.81% 0.62% -
HSV(B) 50.45º 0.66% 0.93% -
XYZ 59.92 65.67 17.11 -
YUV 204.43 57.78 151.23 -
System Red Green Blue C M Y K H S L
Decimal 237 212 80 0 0.11 0.66 0.07 50.45 0.81 0.62
Hex ED D4 50 0 B 42 7 32 51 3E
Octal 355 324 120 0 13 102 7 62 121 76
Binary 11101101 11010100 1010000 0 1011 1000010 111 110010 1010001 111110

Color Harmonies of #EDD450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD450

Black with #EDD450

Text Example


Text Example

White with #EDD450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD450; }

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

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

background-color css

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

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

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

border-color css

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

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

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