Html Css Color HEX #EDD650 Portica

📋 copy color: '#EDD650'

red 237 ◦ green 214 ◦ blue 80

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

Shades of Portica #EDD650

Tints of Portica #EDD650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.3%

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

R = 44.63%
G = 40.3%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDD650 (or 0xEDD650) is known color: Portica. HEX triplet: ED, D6 and 50. RGB value is (237,214,80). Sum of RGB (Red+Green+Blue) = 237+214+80=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD650 is #1229AF. Grayscale: #CECECE. Windows color (decimal): -1190320 or 5297901. OLE color: 5297901.

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

Color convert

RGB 237 214 80 -
CMYK 0 0.10 0.66 0.07
HSL 51.21º 0.81% 0.62% -
HSV(B) 51.21º 0.66% 0.93% -
XYZ 60.42 66.68 17.27 -
YUV 205.6 57.12 150.4 -
System Red Green Blue C M Y K H S L
Decimal 237 214 80 0 0.10 0.66 0.07 51.21 0.81 0.62
Hex ED D6 50 0 A 42 7 33 51 3E
Octal 355 326 120 0 12 102 7 63 121 76
Binary 11101101 11010110 1010000 0 1010 1000010 111 110011 1010001 111110

Color Harmonies of #EDD650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD650

Black with #EDD650

Text Example


Text Example

White with #EDD650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD650; }

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

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

background-color css

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

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

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

border-color css

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

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

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