Html Css Color HEX #EDD950 Portica

📋 copy color: '#EDD950'

red 237 ◦ green 217 ◦ blue 80

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

Shades of Portica #EDD950

Tints of Portica #EDD950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.64%

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

R = 44.38%
G = 40.64%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDD950 (or 0xEDD950) is known color: Portica. HEX triplet: ED, D9 and 50. RGB value is (237,217,80). Sum of RGB (Red+Green+Blue) = 237+217+80=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD950 is #1226AF. Grayscale: #CFCFCF. Windows color (decimal): -1189552 or 5298669. OLE color: 5298669.

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

Color convert

RGB 237 217 80 -
CMYK 0 0.08 0.66 0.07
HSL 52.36º 0.81% 0.62% -
HSV(B) 52.36º 0.66% 0.93% -
XYZ 61.19 68.21 17.53 -
YUV 207.36 56.13 149.14 -
System Red Green Blue C M Y K H S L
Decimal 237 217 80 0 0.08 0.66 0.07 52.36 0.81 0.62
Hex ED D9 50 0 8 42 7 34 51 3E
Octal 355 331 120 0 10 102 7 64 121 76
Binary 11101101 11011001 1010000 0 1000 1000010 111 110100 1010001 111110

Color Harmonies of #EDD950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD950

Black with #EDD950

Text Example


Text Example

White with #EDD950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD950; }

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

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

background-color css

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

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

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

border-color css

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

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

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