Html Css Color HEX #EDD34E Portica

📋 copy color: '#EDD34E'

red 237 ◦ green 211 ◦ blue 78

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

Shades of Portica #EDD34E

Tints of Portica #EDD34E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.11%

 BLUE value IS 78 (30.86% from 255) = 14.83%

R = 45.06%
G = 40.11%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDD34E (or 0xEDD34E) is known color: Portica. HEX triplet: ED, D3 and 4E. RGB value is (237,211,78). Sum of RGB (Red+Green+Blue) = 237+211+78=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 78 (30.86% from 255 or 14.83% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD34E is #122CB1. Grayscale: #CCCCCC. Windows color (decimal): -1191090 or 5166061. OLE color: 5166061.

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

Color convert

RGB 237 211 78 -
CMYK 0 0.11 0.67 0.07
HSL 50.19º 0.82% 0.62% -
HSV(B) 50.19º 0.67% 0.93% -
XYZ 59.59 65.14 16.64 -
YUV 203.61 57.11 151.81 -
System Red Green Blue C M Y K H S L
Decimal 237 211 78 0 0.11 0.67 0.07 50.19 0.82 0.62
Hex ED D3 4E 0 B 43 7 32 52 3E
Octal 355 323 116 0 13 103 7 62 122 76
Binary 11101101 11010011 1001110 0 1011 1000011 111 110010 1010010 111110

Color Harmonies of #EDD34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD34E

Black with #EDD34E

Text Example


Text Example

White with #EDD34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD34E; }

 p { color: rgb(237,211,78); }

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

background-color css

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

 a { background-color: rgb(237,211,78); }

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

border-color css

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

 span { border-color: rgb(237,211,78); }

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