Html Css Color HEX #EFD35C Portica

📋 copy color: '#EFD35C'

red 239 ◦ green 211 ◦ blue 92

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

Shades of Portica #EFD35C

Tints of Portica #EFD35C

RGB

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

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

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

R = 44.1%
G = 38.93%
B = 16.97%

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

#EFD35C (or 0xEFD35C) is known color: Portica. HEX triplet: EF, D3 and 5C. RGB value is (239,211,92). Sum of RGB (Red+Green+Blue) = 239+211+92=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 92 (36.33% from 255 or 16.97% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD35C is #102CA3. Grayscale: #CECECE. Windows color (decimal): -1060004 or 6083567. OLE color: 6083567.

HSL color Cylindrical-coordinate representation of color #EFD35C: hue angle of 48.57º 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 #EFD35C is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 211 92 -
CMYK 0 0.12 0.62 0.06
HSL 48.57º 0.82% 0.65% -
HSV(B) 48.57º 0.62% 0.94% -
XYZ 60.82 65.71 19.6 -
YUV 205.81 63.78 151.68 -
System Red Green Blue C M Y K H S L
Decimal 239 211 92 0 0.12 0.62 0.06 48.57 0.82 0.65
Hex EF D3 5C 0 C 3E 6 31 52 41
Octal 357 323 134 0 14 76 6 61 122 101
Binary 11101111 11010011 1011100 0 1100 111110 110 110001 1010010 1000001

Color Harmonies of #EFD35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD35C

Black with #EFD35C

Text Example


Text Example

White with #EFD35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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