Html Css Color HEX #EDDA4D Portica

📋 copy color: '#EDDA4D'

red 237 ◦ green 218 ◦ blue 77

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

Shades of Portica #EDDA4D

Tints of Portica #EDDA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.47%

R = 44.55%
G = 40.98%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDDA4D (or 0xEDDA4D) is known color: Portica. HEX triplet: ED, DA and 4D. RGB value is (237,218,77). Sum of RGB (Red+Green+Blue) = 237+218+77=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 77 (30.47% from 255 or 14.47% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA4D is #1225B2. Grayscale: #D0D0D0. Windows color (decimal): -1189299 or 5102317. OLE color: 5102317.

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

Color convert

RGB 237 218 77 -
CMYK 0 0.08 0.68 0.07
HSL 52.88º 0.82% 0.62% -
HSV(B) 52.88º 0.68% 0.93% -
XYZ 61.34 68.68 17.05 -
YUV 207.61 54.29 148.96 -
System Red Green Blue C M Y K H S L
Decimal 237 218 77 0 0.08 0.68 0.07 52.88 0.82 0.62
Hex ED DA 4D 0 8 44 7 35 52 3E
Octal 355 332 115 0 10 104 7 65 122 76
Binary 11101101 11011010 1001101 0 1000 1000100 111 110101 1010010 111110

Color Harmonies of #EDDA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA4D

Black with #EDDA4D

Text Example


Text Example

White with #EDDA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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