Html Css Color HEX #EDDA4C Portica

📋 copy color: '#EDDA4C'

red 237 ◦ green 218 ◦ blue 76

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

Shades of Portica #EDDA4C

Tints of Portica #EDDA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.31%

R = 44.63%
G = 41.05%
B = 14.31%

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

#EDDA4C (or 0xEDDA4C) is known color: Portica. HEX triplet: ED, DA and 4C. RGB value is (237,218,76). Sum of RGB (Red+Green+Blue) = 237+218+76=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 76 (30.08% from 255 or 14.31% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA4C is #1225B3. Grayscale: #D0D0D0. Windows color (decimal): -1189300 or 5036781. OLE color: 5036781.

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

Color convert

RGB 237 218 76 -
CMYK 0 0.08 0.68 0.07
HSL 52.92º 0.82% 0.61% -
HSV(B) 52.92º 0.68% 0.93% -
XYZ 61.3 68.67 16.86 -
YUV 207.49 53.79 149.05 -
System Red Green Blue C M Y K H S L
Decimal 237 218 76 0 0.08 0.68 0.07 52.92 0.82 0.61
Hex ED DA 4C 0 8 44 7 35 52 3D
Octal 355 332 114 0 10 104 7 65 122 75
Binary 11101101 11011010 1001100 0 1000 1000100 111 110101 1010010 111101

Color Harmonies of #EDDA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA4C

Black with #EDDA4C

Text Example


Text Example

White with #EDDA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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