Html Css Color HEX #EFD25D Portica

📋 copy color: '#EFD25D'

red 239 ◦ green 210 ◦ blue 93

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

Shades of Portica #EFD25D

Tints of Portica #EFD25D

RGB

 RED value IS 239 (93.75% from 255) = 44.1%

 GREEN value IS 210 (82.42% from 255) = 38.75%

 BLUE value IS 93 (36.72% from 255) = 17.16%

R = 44.1%
G = 38.75%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFD25D (or 0xEFD25D) is known color: Portica. HEX triplet: EF, D2 and 5D. RGB value is (239,210,93). Sum of RGB (Red+Green+Blue) = 239+210+93=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 93 (36.72% from 255 or 17.16% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD25D is #102DA2. Grayscale: #CDCDCD. Windows color (decimal): -1060259 or 6148847. OLE color: 6148847.

HSL color Cylindrical-coordinate representation of color #EFD25D: hue angle of 48.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFD25D is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 93 -
CMYK 0 0.12 0.61 0.06
HSL 48.08º 0.82% 0.65% -
HSV(B) 48.08º 0.61% 0.94% -
XYZ 60.62 65.23 19.75 -
YUV 205.33 64.61 152.01 -
System Red Green Blue C M Y K H S L
Decimal 239 210 93 0 0.12 0.61 0.06 48.08 0.82 0.65
Hex EF D2 5D 0 C 3D 6 30 52 41
Octal 357 322 135 0 14 75 6 60 122 101
Binary 11101111 11010010 1011101 0 1100 111101 110 110000 1010010 1000001

Color Harmonies of #EFD25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD25D

Black with #EFD25D

Text Example


Text Example

White with #EFD25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD25D; }

 p { color: rgb(239,210,93); }

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

background-color css

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

 a { background-color: rgb(239,210,93); }

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

border-color css

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

 span { border-color: rgb(239,210,93); }

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