Html Css Color HEX #EDDA5A Portica

📋 copy color: '#EDDA5A'

red 237 ◦ green 218 ◦ blue 90

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

Shades of Portica #EDDA5A

Tints of Portica #EDDA5A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40%

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

R = 43.49%
G = 40%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDDA5A (or 0xEDDA5A) is known color: Portica. HEX triplet: ED, DA and 5A. RGB value is (237,218,90). Sum of RGB (Red+Green+Blue) = 237+218+90=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 90 (35.55% from 255 or 16.51% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA5A is #1225A5. Grayscale: #D1D1D1. Windows color (decimal): -1189286 or 5954285. OLE color: 5954285.

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

Color convert

RGB 237 218 90 -
CMYK 0 0.08 0.62 0.07
HSL 52.24º 0.8% 0.64% -
HSV(B) 52.24º 0.62% 0.93% -
XYZ 61.84 68.89 19.71 -
YUV 209.09 60.79 147.91 -
System Red Green Blue C M Y K H S L
Decimal 237 218 90 0 0.08 0.62 0.07 52.24 0.8 0.64
Hex ED DA 5A 0 8 3E 7 34 50 40
Octal 355 332 132 0 10 76 7 64 120 100
Binary 11101101 11011010 1011010 0 1000 111110 111 110100 1010000 1000000

Color Harmonies of #EDDA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA5A

Black with #EDDA5A

Text Example


Text Example

White with #EDDA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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