Html Css Color HEX #EDD35E Portica

📋 copy color: '#EDD35E'

red 237 ◦ green 211 ◦ blue 94

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

Shades of Portica #EDD35E

Tints of Portica #EDD35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.34%

R = 43.73%
G = 38.93%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDD35E (or 0xEDD35E) is known color: Portica. HEX triplet: ED, D3 and 5E. RGB value is (237,211,94). Sum of RGB (Red+Green+Blue) = 237+211+94=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 94 (37.11% from 255 or 17.34% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD35E is #122CA1. Grayscale: #CDCDCD. Windows color (decimal): -1191074 or 6214637. OLE color: 6214637.

HSL color Cylindrical-coordinate representation of color #EDD35E: hue angle of 49.09º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDD35E is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 211 94 -
CMYK 0 0.11 0.60 0.07
HSL 49.09º 0.8% 0.65% -
HSV(B) 49.09º 0.6% 0.93% -
XYZ 60.24 65.4 20.04 -
YUV 205.44 65.11 150.51 -
System Red Green Blue C M Y K H S L
Decimal 237 211 94 0 0.11 0.60 0.07 49.09 0.8 0.65
Hex ED D3 5E 0 B 3C 7 31 50 41
Octal 355 323 136 0 13 74 7 61 120 101
Binary 11101101 11010011 1011110 0 1011 111100 111 110001 1010000 1000001

Color Harmonies of #EDD35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD35E

Black with #EDD35E

Text Example


Text Example

White with #EDD35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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