Html Css Color HEX #EFD25C Portica

📋 copy color: '#EFD25C'

red 239 ◦ green 210 ◦ blue 92

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

Shades of Portica #EFD25C

Tints of Portica #EFD25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.01%

R = 44.18%
G = 38.82%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFD25C (or 0xEFD25C) is known color: Portica. HEX triplet: EF, D2 and 5C. RGB value is (239,210,92). Sum of RGB (Red+Green+Blue) = 239+210+92=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD25C is #102DA3. Grayscale: #CDCDCD. Windows color (decimal): -1060260 or 6083311. OLE color: 6083311.

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

Color convert

RGB 239 210 92 -
CMYK 0 0.12 0.62 0.06
HSL 48.16º 0.82% 0.65% -
HSV(B) 48.16º 0.62% 0.94% -
XYZ 60.57 65.22 19.52 -
YUV 205.22 64.11 152.09 -
System Red Green Blue C M Y K H S L
Decimal 239 210 92 0 0.12 0.62 0.06 48.16 0.82 0.65
Hex EF D2 5C 0 C 3E 6 30 52 41
Octal 357 322 134 0 14 76 6 60 122 101
Binary 11101111 11010010 1011100 0 1100 111110 110 110000 1010010 1000001

Color Harmonies of #EFD25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD25C

Black with #EFD25C

Text Example


Text Example

White with #EFD25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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